mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Long press to mark thread (un)seen
This commit is contained in:
@@ -190,25 +190,27 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
switch (target.getItemId()) {
|
||||
case action_synchronize_now:
|
||||
onActionSynchronizeNow();
|
||||
break;
|
||||
return true;
|
||||
|
||||
case action_delete_local:
|
||||
OnActionDeleteLocal();
|
||||
break;
|
||||
return true;
|
||||
|
||||
case action_empty_trash:
|
||||
onActionEmptyTrash();
|
||||
break;
|
||||
return true;
|
||||
|
||||
case action_edit_properties:
|
||||
onActionEditProperties();
|
||||
break;
|
||||
return true;
|
||||
|
||||
case action_legend:
|
||||
onActionLegend();
|
||||
break;
|
||||
return true;
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
private void onActionSynchronizeNow() {
|
||||
|
||||
Reference in New Issue
Block a user