mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Small fix
This commit is contained in:
@@ -125,7 +125,7 @@ public class NavMenuItem {
|
||||
|
||||
boolean onLongClick() {
|
||||
try {
|
||||
return longClick.call();
|
||||
return (longClick != null && longClick.call());
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user