Revert "Revert "Long press to mark thread (un)seen""

This reverts commit aa14da143f.
This commit is contained in:
M66B
2018-11-22 18:46:58 +01:00
parent aa14da143f
commit 5b673c5ab4
2 changed files with 94 additions and 9 deletions

View File

@@ -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() {