Merge "Stop to remove device rows at MtpDocumentsProvider."
This commit is contained in:
committed by
Android (Google) Code Review
commit
b596175d80
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user