summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/symbian/storagestatus_s60.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systeminfo/symbian/storagestatus_s60.cpp')
-rw-r--r--src/systeminfo/symbian/storagestatus_s60.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systeminfo/symbian/storagestatus_s60.cpp b/src/systeminfo/symbian/storagestatus_s60.cpp
index 0546b80787..96526fc4e5 100644
--- a/src/systeminfo/symbian/storagestatus_s60.cpp
+++ b/src/systeminfo/symbian/storagestatus_s60.cpp
@@ -183,6 +183,8 @@ void CMMCStorageStatus::RunL()
void CMMCStorageStatus::startMonitoring()
{
+ if (!IsActive()) {
iFs.NotifyChange(ENotifyDisk, iStatus);
SetActive();
+ }
}