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

Commit d6cb156b authored by Junyu Lai's avatar Junyu Lai Committed by android-build-merger
Browse files

Merge "Fix onBlockedStatusChanged does not work on multiple networks" am: 289b565d

am: 54654609

Change-Id: I4e414fd34b463219e6374de15622918af7d7fa49
parents b697fb32 54654609
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6550,7 +6550,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
                        uid, newRules, metered, mRestrictBackground);
            }
            if (oldBlocked == newBlocked) {
                return;
                continue;
            }
            final int arg = encodeBool(newBlocked);
            for (int i = 0; i < nai.numNetworkRequests(); i++) {