do not refresh media thumbnails twice

This commit is contained in:
tibbi 2018-04-26 11:54:39 +02:00
parent 7600fa68b4
commit c0f600c451
1 changed files with 0 additions and 3 deletions

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>) {