mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-16 17:25:01 +01:00
Fix a typo
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
d7599c56ba
commit
586e6ca9a3
@ -336,7 +336,7 @@ public class CallActivity extends AppCompatActivity {
|
|||||||
if (video) {
|
if (video) {
|
||||||
message = "videoOff";
|
message = "videoOff";
|
||||||
if (enable) {
|
if (enable) {
|
||||||
microphoneControlButton.setAlpha(1.0f);
|
cameraControlButton.setAlpha(1.0f);
|
||||||
message = "videoOn";
|
message = "videoOn";
|
||||||
startVideoCapture();
|
startVideoCapture();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user