Fixed order for External Storage 06/92306/1
authorbhutani.92 <bhutani.92@samsung.com>
Fri, 14 Oct 2016 10:35:56 +0000 (16:05 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Fri, 14 Oct 2016 10:35:56 +0000 (16:05 +0530)
Change-Id: I8aa10b8f32f30f068b21b72c9589301f9dab5f6b
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/common/mf-util.c

index 529e0ad..73f0daa 100755 (executable)
@@ -331,6 +331,7 @@ void mf_util_action_storage_insert(void *data, char *pItemLabel)
                        mf_view_update(ap);
                } else if (!g_strcmp0(ap->mf_Status.path->str, OTG_FOLDER) && (ap->mf_Status.iStorageState & MYFILE_OTG) && !__mf_util_storage_exist_check(parent, MYFILE_OTG)) {
                        mf_view_item_append(parent, pNode, ap);
+                       mf_view_update(ap);
                }
        }
 }