Enable export folder for debug versions

This commit is contained in:
M66B 2021-04-17 20:57:21 +02:00
parent 6440b1b6d4
commit 69bfb953c2
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
popupMenu.getMenu().add(Menu.NONE, R.string.title_execute_rules, order++, R.string.title_execute_rules);
}
if (folder.accountProtocol == EntityAccount.TYPE_POP || debug)
if (folder.accountProtocol == EntityAccount.TYPE_POP || debug || BuildConfig.DEBUG)
popupMenu.getMenu().add(Menu.NONE, R.string.title_export_messages, order++, R.string.title_export_messages);
int childs = 0;