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

Commit d06b1695 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:...

Merge \\\"Fix build due to missing abstract method impl\\\" into nyc-dev am: aeef7c47 am: e0dc709a
am: c8aa7f98

Change-Id: Id3b9a1e0797f26d34415938dee0a032541be2a6c
parents f69d5146 c8aa7f98
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