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

Commit 74998479 authored by Joe Onorato's avatar Joe Onorato
Browse files

fix bad merge

Change-Id: I44b9265a7ef3accc5c794d2ef9308b050c961a81
parent 385a753d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
        }
        Slog.i(TAG, "notifyDataConnection: state=" + state + " isDataConnectivityPossible="
                + isDataConnectivityPossible + " reason=" + reason
                + " interfaceName=" + interfaceName + " networkType=" + networkType);
                + " apn=" + apn + " networkType=" + networkType);
        synchronized (mRecords) {
            boolean modified = false;
            if (state == TelephonyManager.DATA_CONNECTED) {