Show folder name to be deleted

This commit is contained in:
M66B 2022-03-03 09:14:44 +01:00
parent c5955ddc91
commit 05cd29f0c7
1 changed files with 1 additions and 0 deletions

View File

@ -1143,6 +1143,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
private void onActionDeleteFolder() {
Bundle aargs = new Bundle();
aargs.putLong("id", folder.id);
aargs.putString("remark", folder.name);
aargs.putString("question", context.getString(R.string.title_folder_delete));
aargs.putBoolean("warning", true);