mirror of https://github.com/M66B/FairEmail.git
Enable attachment zip for Play store releases
This commit is contained in:
parent
4f19e3b27a
commit
cb17d8e3fa
|
@ -270,7 +270,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
|||
if (attachment == null || !attachment.available)
|
||||
return false;
|
||||
|
||||
if (readonly || BuildConfig.PLAY_STORE_RELEASE)
|
||||
if (readonly)
|
||||
return onShare(attachment);
|
||||
else {
|
||||
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(context, powner, view);
|
||||
|
|
Loading…
Reference in New Issue