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

Commit 92538a9d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix "NetworkCallback was not registered" crash" into tm-dev

parents eb700c00 bbc64501
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);
        }
    }