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

Commit 97d385c6 authored by Goven Liu's avatar Goven Liu Committed by Android (Google) Code Review
Browse files

Merge "[Wi-Fi] Fix "work profile apps" icon color wrong issue" into rvc-dev

parents 9cce14eb df2ad9f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ public class UidDetailProvider {
    }

    public UidDetailProvider(Context context) {
        mContext = context.getApplicationContext();
        mContext = context;
        mUidDetailCache = new SparseArray<UidDetail>();
    }