Enable alt threading algo

This commit is contained in:
M66B 2022-02-06 16:22:48 +01:00
parent edf4d56982
commit 02cbf2a369
1 changed files with 1 additions and 1 deletions

View File

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