mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Coalmine: default retain delay
This commit is contained in:
@@ -27,6 +27,7 @@ import androidx.annotation.NonNull;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.functions.Function2;
|
||||
@@ -39,7 +40,7 @@ import shark.ObjectReporter;
|
||||
|
||||
public class CoalMine {
|
||||
static void install(@NonNull Application app) {
|
||||
AppWatcher.INSTANCE.manualInstall(app, 10000);
|
||||
AppWatcher.INSTANCE.manualInstall(app, TimeUnit.SECONDS.toMillis(5));
|
||||
}
|
||||
|
||||
static void setup(boolean enabled) {
|
||||
|
||||
Reference in New Issue
Block a user