mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Show operation errors in nav menu
This commit is contained in:
@@ -21,6 +21,10 @@ public class NavMenuItem {
|
||||
this.longClick = longClick;
|
||||
}
|
||||
|
||||
void setIcon(int icon) {
|
||||
this.icon = icon;
|
||||
}
|
||||
|
||||
void setCount(Integer count) {
|
||||
if (count != null && count == 0)
|
||||
count = null;
|
||||
|
||||
Reference in New Issue
Block a user