mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
Fix a bug when starting call in older Nc versions
This commit is contained in:
parent
007e22c20f
commit
e4b4f3ec84
@ -288,7 +288,7 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
|||||||
} else {
|
} else {
|
||||||
conversationIntent.putExtras(bundle);
|
conversationIntent.putExtras(bundle);
|
||||||
startActivity(conversationIntent);
|
startActivity(conversationIntent);
|
||||||
getRouter().getBackstack().remove(getRouter().getBackstackSize() - 1);
|
new Handler().postDelayed(() -> getRouter().popCurrentController(), 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user