mirror of https://github.com/M66B/FairEmail.git
Disabled doze check
This commit is contained in:
parent
b381347371
commit
17d8a94d9d
|
@ -5101,6 +5101,8 @@ public class FragmentMessages extends FragmentBase
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean checkDoze() {
|
private boolean checkDoze() {
|
||||||
|
if (!BuildConfig.DEBUG)
|
||||||
|
return false;
|
||||||
if (viewType != AdapterMessage.ViewType.UNIFIED)
|
if (viewType != AdapterMessage.ViewType.UNIFIED)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue