Decreased delay before hiding nav drawer after selecting an item by 200ms
This commit is contained in:
parent
22c701a5f0
commit
79025bec8d
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ public class NavigationDrawerFragment extends Fragment {
|
|||
public void run() {
|
||||
drawerLayout.closeDrawer(fragmentContainerView);
|
||||
}
|
||||
}, 400);
|
||||
}, 200);
|
||||
}
|
||||
}
|
||||
if (callbacks != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue