Enable attachment zip for Play store releases

pull/210/head
M66B 2 years ago
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…
Cancel
Save