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