Added delete all remark

This commit is contained in:
M66B
2020-07-26 12:16:48 +02:00
parent 213cc76408
commit 1378316aaf
5 changed files with 19 additions and 1 deletions

View File

@@ -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);