mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
316969e8fd
1 changed files with 2 additions and 1 deletions
|
@ -6137,7 +6137,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
|
||||
popupMenu.getMenu().findItem(R.id.menu_edit_subject)
|
||||
.setEnabled(message.uid != null && !message.folderReadOnly)
|
||||
.setVisible(message.accountProtocol == EntityAccount.TYPE_IMAP && BuildConfig.DEBUG);
|
||||
.setVisible(message.accountProtocol == EntityAccount.TYPE_IMAP &&
|
||||
!BuildConfig.PLAY_STORE_RELEASE);
|
||||
|
||||
popupMenu.getMenu().findItem(R.id.menu_move_to)
|
||||
.setEnabled(message.uid != null && !message.folderReadOnly)
|
||||
|
|
Loading…
Reference in a new issue