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

Commit e0dc709a 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: I38fc7c88e9c4ea5abf50a0bec5f2302c4622605f
parents 9d2a3188 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