mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Disable new behavior for Play store release for now
This commit is contained in:
@@ -217,7 +217,7 @@ public class ActivityCompose extends ActivityBase implements FragmentManager.OnB
|
||||
long now = new Date().getTime();
|
||||
long last = prefs.getLong("last_composed", 0L);
|
||||
|
||||
if (!create &&
|
||||
if (!create && !BuildConfig.PLAY_STORE_RELEASE &&
|
||||
now - last < APPEND_ATTACHMENT_INTERVAL &&
|
||||
args.size() == 1 && args.containsKey("attachments")) {
|
||||
List<Fragment> fragments = fm.getFragments();
|
||||
|
||||
Reference in New Issue
Block a user