1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 22:51:02 +00:00

Updated icon

This commit is contained in:
M66B 2022-01-21 18:59:51 +01:00
parent 1ec106e3e1
commit 820f2fb7da

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)