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

Commit b596175d authored by Daichi Hirono's avatar Daichi Hirono Committed by Android (Google) Code Review
Browse files

Merge "Stop to remove device rows at MtpDocumentsProvider."

parents f4ea850c 8e3b9db5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@ public class MtpDocumentsProvider extends DocumentsProvider {
    void closeDevice(int deviceId) throws IOException, InterruptedException {
        synchronized (mDeviceListLock) {
            closeDeviceInternal(deviceId);
            mDatabase.removeDeviceRows(deviceId);
        }
        mRootScanner.resume();
    }