Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7caa77e3 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 79d88d13: am 73e78c75: am af42a91c: Fix another build breakage.

* commit '79d88d13':
  Fix another build breakage.
parents 70ef7810 79d88d13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import android.os.WorkSource;
public class BridgePowerManager implements IPowerManager {

    @Override
    public boolean isScreenOn() throws RemoteException {
    public boolean isInteractive() throws RemoteException {
        return true;
    }