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

Commit c53df3a9 authored by Junyu Lai's avatar Junyu Lai Committed by Android (Google) Code Review
Browse files

Merge "Fix onBlockedStatusChanged does not work on multiple networks" into qt-dev

parents 9aae324a c685f505
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6552,7 +6552,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++) {