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

Commit 7071551a authored by Cody Kesting's avatar Cody Kesting Committed by Android (Google) Code Review
Browse files

Merge "Update NetworkStack version check in NetworkMonitor." into rvc-dev

parents 7d3fbd8b ccf13b5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -615,7 +615,7 @@ public class NetworkMonitor extends StateMachine {
    private void notifyNetworkTested(
            int result, @Nullable String redirectUrl, PersistableBundle extras) {
        try {
            if (mCallbackVersion <= 4) {
            if (mCallbackVersion <= 5) {
                mCallback.notifyNetworkTested(result, redirectUrl);
            } else {
                mCallback.notifyNetworkTestedWithExtras(