sdm660-common: DeviceSettings: Set correct symbol in DreamManager
Signed-off-by: OdSazib <odsazib@gmail.com>
This commit is contained in:
parent
3bc41ddf25
commit
0be032e211
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue