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

Commit af42a91c authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Fix another build breakage.

Caused by 037c33ea, which
was submitted without a checkbuild.

Change-Id: I0d48f6b941cc98a30904cdfbd7bcb56ed509734e
parent 24c089a8
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;
    }