refetch items at changing view type, to make sure the proper fields are filled

This commit is contained in:
tibbi 2021-01-25 15:02:51 +01:00
parent 353618e5f4
commit 0dcc6f4da1

View file

@ -294,7 +294,7 @@ class MainActivity : SimpleActivity() {
private fun changeViewType() {
ChangeViewTypeDialog(this, fragment.currentPath) {
fragment.setupLayoutManager()
fragment.refreshItems()
}
}