mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Fix typo in error message
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
eb4da8c584
commit
b70b32e3d7
@ -851,8 +851,8 @@ public class CallActivity extends AppCompatActivity {
|
|||||||
try {
|
try {
|
||||||
receivedSignalingMessage(signalingOverall.getOcs().getSignalings().get(i));
|
receivedSignalingMessage(signalingOverall.getOcs().getSignalings().get(i));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.e(TAG, "Filed to process received signaling " +
|
Log.e(TAG, "Failed to process received signaling" +
|
||||||
"message");
|
" message");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user