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

Commit f654e53a 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...

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

Change-Id: Id7787a5463d6022c33cb63dfb335a3a7df7d8427
parents 2841d540 93e08dc7
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>();
    }