commit | 613b26f8e3f71429945924837e3713dc73ce45d6 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Sun Apr 19 14:57:55 2015 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Sun Apr 19 14:57:55 2015 -0700 |
tree | 8a5786d01b612fdf6d34cd6da645893feb6d73ab | |
parent | 5bad3780159761c3899c134ee4a56766ae685a6e [diff] [blame] |
Notify when disk scan finished. Bug: 19993667 Change-Id: I20dc183a35c11b5b4ba6139e690929b9c279b830
diff --git a/Disk.cpp b/Disk.cpp index 5e222b3..833db1d 100644 --- a/Disk.cpp +++ b/Disk.cpp
@@ -305,10 +305,7 @@ } #endif - // Well this is embarrassing, we can't handle the disk - if (mVolumes.size() == 0) { - notifyEvent(ResponseCode::DiskUnsupported); - } + notifyEvent(ResponseCode::DiskScanned); mJustPartitioned = false; return OK;