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

This reverts commit 3da36bcbb6.
This commit is contained in:
M66B
2018-11-22 18:43:28 +01:00
parent 4c4689a840
commit aa14da143f
2 changed files with 9 additions and 94 deletions

View File

@@ -190,27 +190,25 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
switch (target.getItemId()) {
case action_synchronize_now:
onActionSynchronizeNow();
return true;
break;
case action_delete_local:
OnActionDeleteLocal();
return true;
break;
case action_empty_trash:
onActionEmptyTrash();
return true;
break;
case action_edit_properties:
onActionEditProperties();
return true;
break;
case action_legend:
onActionLegend();
return true;
default:
return false;
break;
}
return true;
}
private void onActionSynchronizeNow() {