mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 16:55:03 +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) {
|
||||
message = "videoOff";
|
||||
if (enable) {
|
||||
microphoneControlButton.setAlpha(1.0f);
|
||||
cameraControlButton.setAlpha(1.0f);
|
||||
message = "videoOn";
|
||||
startVideoCapture();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user