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

Commit 93e08dc7 authored by Goven Liu's avatar Goven Liu Committed by Automerger Merge Worker
Browse files

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

Change-Id: I98fdf57f44d322028f4cc3f4c211bac4eb2025b0
parents 042434f4 97d385c6
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>();
    }