mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small fix
This commit is contained in:
parent
59be976218
commit
5218b1598c
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class NavMenuItem {
|
|||
|
||||
boolean onLongClick() {
|
||||
try {
|
||||
return longClick.call();
|
||||
return (longClick != null && longClick.call());
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue