mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Fixed crash
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user