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

Commit 288bc592 authored by Matt Walliser's avatar Matt Walliser Committed by Automerger Merge Worker
Browse files

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

parents d9f6b455 eaa8764c
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;
        }
    }