samsung: hidl: power: fixup setInteractive while display is on

Change-Id: I5cdf542650fa3baf416d5a1cb88cd7034efb407f
tirimbino
Jan Altensen 5 years ago
parent ae28fb2ad1
commit 47c00d792d
  1. 2
      hidl/power/Power.cpp

@ -59,7 +59,7 @@ Return<void> Power::setInteractive(bool interactive) {
if (panel_brightness > 0) {
LOG(VERBOSE) << "Moving to non-interactive state, but screen is still on,"
<< "not disabling input devices";
return Void();
goto out;
}
}

Loading…
Cancel
Save