Skip to content

Commit

Permalink
Added missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Nov 7, 2016
1 parent 851b223 commit 19efbb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,7 @@ public boolean onNavigationItemSelected(MenuItem item) {
snackbarNoInternet.show();
}
}
break;

case R.id.nav_activities: {
if (WebHelper.isOnline(MainActivity.this)) {
Expand Down

0 comments on commit 19efbb6

Please sign in to comment.