Skip to content

Commit

Permalink
Stop showing annoying dialog box
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Aug 1, 2015
1 parent 1189fd0 commit 32b7fa5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ public void onDrawerOpened(View drawerView) {

// If the user hasn't 'learned' about the drawer, open it to introduce them to the drawer,
// per the navigation drawer design guidelines.
if (!mUserLearnedDrawer && !mFromSavedInstanceState) {
mDrawerLayout.openDrawer(mFragmentContainerView);
}
// if (!mUserLearnedDrawer && !mFromSavedInstanceState) {
// mDrawerLayout.openDrawer(mFragmentContainerView);
// }

// Defer code dependent on restoration of previous instance state.
mDrawerLayout.post(new Runnable() {
Expand Down

0 comments on commit 32b7fa5

Please # to comment.