mirror of https://github.com/M66B/FairEmail.git
Refactoring
This commit is contained in:
parent
6537bd8873
commit
fd3520a05c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue