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

Commit 5e634165 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix "NetworkCallback was not registered" crash" into tm-dev am: 92538a9d

parents 380440bd 92538a9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -599,6 +599,7 @@ class GnssNetworkConnectivityHandler {
                    SUPL_NETWORK_REQUEST_TIMEOUT_MILLIS);
        } catch (RuntimeException e) {
            Log.e(TAG, "Failed to request network.", e);
            mSuplConnectivityCallback = null;
            handleReleaseSuplConnection(GPS_AGPS_DATA_CONN_FAILED);
        }
    }