mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Fix a bug when starting call in older Nc versions
This commit is contained in:
parent
007e22c20f
commit
e4b4f3ec84
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
|||
} else {
|
||||
conversationIntent.putExtras(bundle);
|
||||
startActivity(conversationIntent);
|
||||
getRouter().getBackstack().remove(getRouter().getBackstackSize() - 1);
|
||||
new Handler().postDelayed(() -> getRouter().popCurrentController(), 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue