mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
refetch items at changing view type, to make sure the proper fields are filled
This commit is contained in:
@ -294,7 +294,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
|
|
||||||
private fun changeViewType() {
|
private fun changeViewType() {
|
||||||
ChangeViewTypeDialog(this, fragment.currentPath) {
|
ChangeViewTypeDialog(this, fragment.currentPath) {
|
||||||
fragment.setupLayoutManager()
|
fragment.refreshItems()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user