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

Commit aeef7c47 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

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

parents dea7aa0d 0f5caab5
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