mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Enable attachment zip for Play store releases
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user