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

Commit 5a049f5c authored by Paul Hu's avatar Paul Hu Committed by Gerrit Code Review
Browse files

Merge "Add an override for getUser in ContextWrapper"

parents ed384ad6 5c0f07c4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -943,6 +943,12 @@ public class ContextWrapper extends Context {
        return mBase.getUserId();
    }

    /** @hide */
    @Override
    public UserHandle getUser() {
        return mBase.getUser();
    }

    @Override
    public Context createConfigurationContext(Configuration overrideConfiguration) {
        return mBase.createConfigurationContext(overrideConfiguration);