Go for it

This commit is contained in:
M66B 2022-01-14 19:38:55 +01:00
parent 6f80411cdd
commit 78854a515b
1 changed files with 1 additions and 1 deletions

View File

@ -1292,7 +1292,7 @@ public class MessageHelper {
String getThreadId(Context context, long account, long folder, long uid) throws MessagingException {
if (threadId == null)
if (BuildConfig.DEBUG)
if (!BuildConfig.PLAY_STORE_RELEASE)
threadId = _getThreadIdAlt(context, account, folder, uid);
else
threadId = _getThreadId(context, account, folder, uid);