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

Commit 2449b5b1 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Automerger Merge Worker
Browse files

Merge "Fix the arguments order to postBlockedReasonsChangedMsg." into tm-dev am: a564a384

parents 75dcf80d a564a384
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5030,8 +5030,8 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
        }
        if (oldEffectiveBlockedReasons != newEffectiveBlockedReasons) {
            postBlockedReasonsChangedMsg(uid,
                    oldEffectiveBlockedReasons,
                    newEffectiveBlockedReasons);
                    newEffectiveBlockedReasons,
                    oldEffectiveBlockedReasons);

            postUidRulesChangedMsg(uid, uidRules);
        }