Skip to content
Snippets Groups Projects
Commit 67d0b690 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Avoid useless calls on category selection

parent b50d06a4
No related branches found
No related tags found
No related merge requests found
......@@ -593,9 +593,7 @@ public class MainActivity extends ContentActivity implements FilterQueryProvider
mDrawerLayout.closeDrawer(mNavigationView);
return false;
}
}
switch (id) {
} else switch (id) {
case R.id.nav_about:
showSecondaryFragment(SecondaryActivity.ABOUT);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment