2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-20 18:37:03 +02:00

recheck media 1 second after refreshing too

This commit is contained in:
Tibor Kaputa 2017-06-07 09:27:45 +02:00
parent c99af62996
commit 06530e78b8

View file

@ -427,6 +427,9 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
override fun refreshItems() {
getMedia()
Handler().postDelayed({
getMedia()
}, 1000)
}
override fun itemLongClicked(position: Int) {