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
1 changed files with 1 additions and 1 deletions

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