mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Fixed crash
This commit is contained in:
parent
828cf21e6b
commit
995930071a
1 changed files with 3 additions and 0 deletions
|
@ -794,6 +794,9 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
|
|||
@Override
|
||||
public boolean onNavigationItemSelected(@NonNull MenuItem item) {
|
||||
ActionData data = (ActionData) bnvActions.getTag();
|
||||
if (data == null)
|
||||
return false;
|
||||
|
||||
switch (item.getItemId()) {
|
||||
case R.id.action_more:
|
||||
onMore(data);
|
||||
|
|
Loading…
Reference in a new issue