Updated icon

This commit is contained in:
M66B 2022-01-21 18:59:51 +01:00
parent 1ec106e3e1
commit 820f2fb7da
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ public class FragmentDialogFolder extends FragmentDialogBase {
}.execute(this, args, "folder:select");
return new AlertDialog.Builder(context)
.setIcon(R.drawable.twotone_folder_24)
.setIcon(R.drawable.twotone_drive_file_move_24)
.setTitle(title)
.setView(dview)
.setNegativeButton(android.R.string.cancel, null)