Don't refresh onResume

This commit is contained in:
tom5079
2020-09-27 14:37:16 +09:00
parent 7a9507be01
commit 27d0c01e1f

View File

@@ -141,17 +141,6 @@ class MainActivity :
}
}
override fun onResume() {
super.onResume()
runOnUiThread {
cancelFetch()
clearGalleries()
fetchGalleries(query, sortMode)
loadBlocks()
}
}
override fun onDestroy() {
super.onDestroy()