1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00

Enable attachment zip for Play store releases

This commit is contained in:
M66B 2022-11-11 11:30:58 +01:00
parent 4f19e3b27a
commit cb17d8e3fa

View file

@ -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);