Fix a bug when starting call in older Nc versions

This commit is contained in:
Mario Danic 2018-11-29 19:51:20 +01:00
parent 007e22c20f
commit e4b4f3ec84

View file

@ -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);
}
}