mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Added delete all remark
This commit is contained in:
@@ -714,6 +714,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
aargs.putString("question", context.getString(R.string.title_empty_spam_ask));
|
||||
else
|
||||
throw new IllegalArgumentException("Invalid folder type=" + type);
|
||||
aargs.putString("remark", context.getString(R.string.title_empty_all));
|
||||
aargs.putLong("folder", folder.id);
|
||||
aargs.putString("type", type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user