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

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

Merge "Don't call setAutofillClient() on base Context if it's null." into pi-dev

parents cc64fb9c d247de85
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -979,8 +979,10 @@ public class Activity extends ContextThemeWrapper
    @Override
    protected void attachBaseContext(Context newBase) {
        super.attachBaseContext(newBase);
        if (newBase != null) {
            newBase.setAutofillClient(this);
        }
    }

    /** @hide */
    @Override