sdm660-common: DeviceSettings: Set correct symbol in DreamManager

Signed-off-by: OdSazib <odsazib@gmail.com>
This commit is contained in:
OdSazib 2020-09-18 22:33:38 +06:00
parent 3bc41ddf25
commit 0be032e211
No known key found for this signature in database
GPG key ID: 0954440B60470871

View file

@ -282,7 +282,7 @@ public class FPSInfoService extends Service {
private boolean isDozeMode() {
try {
if (mDreamManager != null && mDreamManager.isDozing()) {
if (mDreamManager != null && mDreamManager.isDreaming()) {
return true;
}
} catch (RemoteException e) {