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

Commit 764bdc46 authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Fix FindBugs issue" into cm-11.0

parents 42691648 109737fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ public class UsbStorageActivity extends Activity
        super.onPause();

        unregisterReceiver(mUsbStateReceiver);
        if (mStorageManager == null && mStorageListener != null) {
        if (mStorageManager != null && mStorageListener != null) {
            mStorageManager.unregisterListener(mStorageListener);
        }
    }