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

Commit c8aa7f98 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

am: e0dc709a

Change-Id: I2360c6d049352c4e32f33096d3f659d636941417
parents 8a24cfb0 e0dc709a
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