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

Commit ddf8fe50 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Fix isUsbMassStorageConnected() will always return true" into gingerbread

parents e9e23405 b09773de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ class MountService extends IMountService.Stub

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