Crash fix
This commit is contained in:
parent
2d822cdbc9
commit
f503d0ea1e
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ public class NavigationDrawerFragment extends Fragment {
|
|||
new Handler().postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
drawerLayout.closeDrawer(fragmentContainerView);
|
||||
drawerLayout.closeDrawers();
|
||||
}
|
||||
}, 200);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue