mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Doze is not yet required
This commit is contained in:
parent
3e5c9c79f8
commit
6a2aaaf0ce
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue