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

Commit 4ec6cc51 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix build.

Change-Id: Iaa70b05a3cfd372518ec35aa8bcea2f9d78b8292
parent 43abdc48
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import android.os.Bundle;
import android.os.IBinder;
import android.os.RemoteException;
import android.view.IWindow;
import android.view.IWindowId;
import android.view.IWindowSession;
import android.view.InputChannel;
import android.view.Surface;
@@ -199,4 +200,10 @@ public final class BridgeWindowSession implements IWindowSession {
    public void onRectangleOnScreenRequested(IBinder window, Rect rectangle, boolean immediate) {
        // pass for now.
    }

    @Override
    public IWindowId getWindowId(IBinder window) throws RemoteException {
        // pass for now.
        return null;
    }
}