mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 10:33:41 +02:00
Disable thread by reference by default for Play Store version
This commit is contained in:
@@ -1940,7 +1940,7 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
// Common reference
|
||||
boolean thread_byref = prefs.getBoolean("thread_byref", true);
|
||||
boolean thread_byref = prefs.getBoolean("thread_byref", !Helper.isPlayStoreInstall());
|
||||
if (thread == null && refs.size() > 0 && thread_byref) {
|
||||
// For example
|
||||
// Message-ID: <organization/project/pull/nnn/issue_event/xxx@github.com>
|
||||
|
||||
Reference in New Issue
Block a user