Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
#49: Fix default selected menu when ShowsRage is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 18, 2016
1 parent 487289c commit ce89294
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ public void onClick(DialogInterface dialog, int which) {
}

if (eventHandled) {
menuItem.setChecked(true);

if (this.tabLayout != null) {
this.tabLayout.removeAllTabs();
this.tabLayout.setVisibility(View.GONE);
Expand Down

0 comments on commit ce89294

Please sign in to comment.