Disabled doze check

This commit is contained in:
M66B 2023-05-16 14:42:58 +02:00
parent b381347371
commit 17d8a94d9d
1 changed files with 2 additions and 0 deletions

View File

@ -5101,6 +5101,8 @@ public class FragmentMessages extends FragmentBase
}
private boolean checkDoze() {
if (!BuildConfig.DEBUG)
return false;
if (viewType != AdapterMessage.ViewType.UNIFIED)
return false;