diff options
Diffstat (limited to 'uisimulator/common')
-rw-r--r-- | uisimulator/common/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c index fdacc59069..933e801bd9 100644 --- a/uisimulator/common/io.c +++ b/uisimulator/common/io.c | |||
@@ -270,6 +270,8 @@ static ssize_t io_trigger_and_wait(enum io_dir cmd) | |||
270 | result = -1; | 270 | result = -1; |
271 | } | 271 | } |
272 | 272 | ||
273 | call_storage_idle_notifys(false); | ||
274 | |||
273 | /* Regain our status as current */ | 275 | /* Regain our status as current */ |
274 | if (mythread != NULL) | 276 | if (mythread != NULL) |
275 | { | 277 | { |