mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Disable separators
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user