do not refresh media thumbnails twice
This commit is contained in:
parent
7600fa68b4
commit
c0f600c451
|
@ -698,9 +698,6 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
|
|||
|
||||
override fun refreshItems() {
|
||||
getMedia()
|
||||
Handler().postDelayed({
|
||||
getMedia()
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
override fun selectedPaths(paths: ArrayList<String>) {
|
||||
|
|
Loading…
Reference in New Issue