projects
/
profile
/
mobile
/
apps
/
native
/
myfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
215496b
)
Fixed order for External Storage
06/92306/1
author
bhutani.92
<bhutani.92@samsung.com>
Fri, 14 Oct 2016 10:35:56 +0000
(16:05 +0530)
committer
bhutani.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
patch
|
blob
|
history
diff --git
a/src/common/mf-util.c
b/src/common/mf-util.c
index
529e0ad
..
73f0daa
100755
(executable)
--- a/
src/common/mf-util.c
+++ b/
src/common/mf-util.c
@@
-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);
}
}
}