mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Go for it
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user