mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-27 06:57:59 +01:00
do not refresh media thumbnails twice
This commit is contained in:
parent
7600fa68b4
commit
c0f600c451
1 changed files with 0 additions and 3 deletions
|
@ -698,9 +698,6 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
|
||||||
|
|
||||||
override fun refreshItems() {
|
override fun refreshItems() {
|
||||||
getMedia()
|
getMedia()
|
||||||
Handler().postDelayed({
|
|
||||||
getMedia()
|
|
||||||
}, 1000)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun selectedPaths(paths: ArrayList<String>) {
|
override fun selectedPaths(paths: ArrayList<String>) {
|
||||||
|
|
Loading…
Reference in a new issue