Disable separators

This commit is contained in:
M66B
2019-03-19 18:00:14 +00:00
parent 44df12724f
commit 13c2a92cfb
2 changed files with 5 additions and 1 deletions

View File

@@ -51,6 +51,10 @@ public class DrawerItem {
return this.id;
}
boolean isEnabled() {
return (this.layout != R.layout.item_drawer_separator);
}
int getMenuId() {
return this.menu;
}