Skip to content

Commit

Permalink
Fix crash (remove grid reloading code)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD authored Feb 17, 2025
1 parent 53ca71e commit 0142d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FolderViewModel(
refreshFolders()
viewModelScope.launch {
// TODO: move back to preferences
reloadHelper.reloadGrid()
// reloadHelper.reloadGrid()
}
}

Expand Down

0 comments on commit 0142d05

Please sign in to comment.