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

Commit 861e2556 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add an override for getUser in ContextWrapper"

parents ae6504e8 b7eb15df
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -929,6 +929,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);