mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Allow copy from read-only folders
This commit is contained in:
parent
e80b21f4fd
commit
41c9f0e631
1 changed files with 4 additions and 4 deletions
|
@ -3249,12 +3249,12 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
.setIcon(R.drawable.twotone_drive_file_move_24);
|
.setIcon(R.drawable.twotone_drive_file_move_24);
|
||||||
item.setIntent(new Intent().putExtra("account", account.id));
|
item.setIntent(new Intent().putExtra("account", account.id));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result.copyto != null)
|
|
||||||
popupMenu.getMenu().add(Menu.FIRST, R.string.title_copy_to, order++, R.string.title_copy_to)
|
|
||||||
.setIcon(R.drawable.twotone_file_copy_24);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (result.copyto != null)
|
||||||
|
popupMenu.getMenu().add(Menu.FIRST, R.string.title_copy_to, order++, R.string.title_copy_to)
|
||||||
|
.setIcon(R.drawable.twotone_file_copy_24);
|
||||||
|
|
||||||
popupMenu.insertIcons(context);
|
popupMenu.insertIcons(context);
|
||||||
|
|
||||||
popupMenu.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {
|
popupMenu.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {
|
||||||
|
|
Loading…
Reference in a new issue