Dependency update

Fixed duplicated download file
Better download progress update handling

TODO: Add group name to GalleryBlock
This commit is contained in:
tom5079
2020-10-01 21:24:32 +09:00
parent a8317824a9
commit 5c259fa07a
9 changed files with 64 additions and 37 deletions

View File

@@ -146,7 +146,7 @@ class MainActivity :
override fun onDestroy() {
super.onDestroy()
(main_recyclerview?.adapter as? GalleryBlockAdapter)?.update = false
(main_recyclerview?.adapter as? GalleryBlockAdapter)?.updateAll = false
}
override fun onKeyDown(keyCode: Int, event: KeyEvent?): Boolean {