refetch items at changing view type, to make sure the proper fields are filled
This commit is contained in:
parent
353618e5f4
commit
0dcc6f4da1
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class MainActivity : SimpleActivity() {
|
|||
|
||||
private fun changeViewType() {
|
||||
ChangeViewTypeDialog(this, fragment.currentPath) {
|
||||
fragment.setupLayoutManager()
|
||||
fragment.refreshItems()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue