mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Enable alt threading algo
This commit is contained in:
parent
edf4d56982
commit
02cbf2a369
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue