Fixed #25
This commit is contained in:
parent
b67d610a23
commit
77f6baac26
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public class NavigationDrawerFragment extends Fragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isDrawerOpen() {
|
public boolean isDrawerOpen() {
|
||||||
return drawerLayout != null && drawerLayout.isDrawerOpen(fragmentContainerView);
|
return drawerLayout != null && drawerLayout.isDrawerOpen(Gravity.START);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setUp(int fragmentId, final DrawerLayout drawerLayout) {
|
public void setUp(int fragmentId, final DrawerLayout drawerLayout) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue