Skip to content

Commit

Permalink
Use more readable App.get().getServerEventsClient()
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 23, 2017
1 parent 2a9a4b5 commit 3084915
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -232,7 +232,7 @@ public void onPostCreate(Bundle savedInstanceState) {

drawerToggle.syncState();
UiHelpers.resetChannelDrawer(this, navigationView, getClient().getChannels());
getClient().start();
App.get().getServerEventsClient().start();
}

@Override
Expand Down

0 comments on commit 3084915

Please sign in to comment.