mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Refactoring
This commit is contained in:
@@ -107,14 +107,14 @@ public class NavMenuItem {
|
||||
return this.count;
|
||||
}
|
||||
|
||||
boolean isSeparated() {
|
||||
return this.separated;
|
||||
}
|
||||
|
||||
boolean hasWarning() {
|
||||
return this.warning;
|
||||
}
|
||||
|
||||
boolean isSeparated() {
|
||||
return this.separated;
|
||||
}
|
||||
|
||||
void onClick() {
|
||||
try {
|
||||
click.run();
|
||||
|
||||
Reference in New Issue
Block a user