mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Disabled doze check
This commit is contained in:
@@ -5101,6 +5101,8 @@ public class FragmentMessages extends FragmentBase
|
||||
}
|
||||
|
||||
private boolean checkDoze() {
|
||||
if (!BuildConfig.DEBUG)
|
||||
return false;
|
||||
if (viewType != AdapterMessage.ViewType.UNIFIED)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user