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

Commit a6c28cb0 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 2ffe74de: Merge "Fix isUsbMassStorageConnected() will always return true"

Merge commit '2ffe74de' into gingerbread-plus-aosp

* commit '2ffe74de':
  Fix isUsbMassStorageConnected() will always return true
parents a59aaed8 2ffe74de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1000,7 +1000,7 @@ class MountService extends IMountService.Stub

    private void setUmsEnabling(boolean enable) {
        synchronized (mListeners) {
            mUmsEnabling = true;
            mUmsEnabling = enable;
        }
    }