1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-21 21:57:19 +00:00

Doze is not yet required

This commit is contained in:
M66B 2021-07-16 17:16:26 +02:00
parent 3e5c9c79f8
commit 6a2aaaf0ce

View file

@ -937,7 +937,7 @@ public class Helper {
}
static boolean isDozeRequired() {
return (Build.VERSION.SDK_INT > Build.VERSION_CODES.R);
return (Build.VERSION.SDK_INT > Build.VERSION_CODES.R && false);
}
static void reportNoViewer(Context context, Uri uri) {