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

Commit e01bb41a authored by Paul Hu's avatar Paul Hu Committed by Gerrit Code Review
Browse files

Merge "Add missed break"

parents 20df56ad 549f152b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4769,6 +4769,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
                            (Pair<ProfileNetworkPreferences.Preference, IOnCompleteListener>)
                                    msg.obj;
                    handleSetProfileNetworkPreference(arg.first, arg.second);
                    break;
                }
                case EVENT_REPORT_NETWORK_ACTIVITY:
                    mNetworkActivityTracker.handleReportNetworkActivity();