Show action bar

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2017-12-28 13:48:28 +01:00
parent ecbffd3805
commit 7fb6be59f2

View file

@ -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) {