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

Commit 73e78c75 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am af42a91c: Fix another build breakage.

* commit 'af42a91c':
  Fix another build breakage.
parents 80edaa67 af42a91c
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;
    }