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

Commit a34b917c authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge \"Fix build due to missing abstract method impl\" into nyc-dev

am: aeef7c47

Change-Id: I9d12601b4db0108f313c1a69ada67c92929f548b
parents 1f358b11 aeef7c47
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1798,6 +1798,12 @@ public final class BridgeContext extends Context {
        return null;
    }

    @Override
    public Display getDisplay() {
        // pass
        return null;
    }

    @Override
    public int getUserId() {
        return 0; // not used