1
0
mirror of https://github.com/nextcloud/talk-android synced 2025-07-19 18:55:05 +01:00

Try to fix a crash

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-07-03 22:53:22 +02:00
parent 654c46edc4
commit bebb95b7f8

View File

@ -1016,8 +1016,13 @@ public class CallController extends BaseController {
public void onNext(GenericOverall genericOverall) {
inCall = true;
if (connectingView != null) {
connectingView.setVisibility(View.GONE);
}
if (conversationView != null) {
conversationView.setVisibility(View.VISIBLE);
}
if (!isPTTActive) {
animateCallControls(false, 5000);