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

Commit 79d88d13 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

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

* commit '73e78c75':
  Fix another build breakage.
parents 629f7668 73e78c75
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;
    }