Decreased delay before hiding nav drawer after selecting an item by 200ms

This commit is contained in:
Aidan Follestad 2015-04-16 18:26:04 -05:00
commit 79025bec8d

View file

@ -160,7 +160,7 @@ public class NavigationDrawerFragment extends Fragment {
public void run() {
drawerLayout.closeDrawer(fragmentContainerView);
}
}, 400);
}, 200);
}
}
if (callbacks != null)