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

Commit eaa8764c authored by Matt Walliser's avatar Matt Walliser Committed by Android (Google) Code Review
Browse files

Merge "Clean up SharedConnectivityManager on unbind." into udc-qpr-dev

parents 1db577a9 0c9b699e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -334,6 +334,7 @@ public class SharedConnectivityManager {
        if (mServiceConnection != null) {
            mContext.unbindService(mServiceConnection);
            mServiceConnection = null;
            mService = null;
        }
    }