Browse Source

Show action bar

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 years ago
parent
commit
7fb6be59f2

+ 2 - 0
app/src/main/java/com/nextcloud/talk/controllers/CallsListController.java

@@ -130,6 +130,8 @@ public class CallsListController extends BaseController implements SearchView.On
         super.onViewBound(view);
         super.onViewBound(view);
         NextcloudTalkApplication.getSharedApplication().getComponentApplication().inject(this);
         NextcloudTalkApplication.getSharedApplication().getComponentApplication().inject(this);
 
 
+        getActionBar().show();
+
         userEntity = userUtils.getCurrentUser();
         userEntity = userUtils.getCurrentUser();
 
 
         if (userEntity == null) {
         if (userEntity == null) {