mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Updated icon
This commit is contained in:
parent
1ec106e3e1
commit
820f2fb7da
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue