2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-05 02:59:42 +02:00

do not refresh media thumbnails twice

This commit is contained in:
tibbi 2018-04-26 11:54:39 +02:00
parent 7600fa68b4
commit c0f600c451

View file

@ -698,9 +698,6 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
override fun refreshItems() {
getMedia()
Handler().postDelayed({
getMedia()
}, 1000)
}
override fun selectedPaths(paths: ArrayList<String>) {