mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Show action bar
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ecbffd3805
commit
7fb6be59f2
@ -130,6 +130,8 @@ public class CallsListController extends BaseController implements SearchView.On
|
||||
super.onViewBound(view);
|
||||
NextcloudTalkApplication.getSharedApplication().getComponentApplication().inject(this);
|
||||
|
||||
getActionBar().show();
|
||||
|
||||
userEntity = userUtils.getCurrentUser();
|
||||
|
||||
if (userEntity == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user