mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 06:25:40 +03:00
Show action bar
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ecbffd3805
commit
7fb6be59f2
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue