Skip to content

Commit

Permalink
Retain library token
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka committed Oct 16, 2024
1 parent ae95e97 commit bd767f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ final class TrashActionHandler: BaseItemsActionHandler, ViewModelActionHandler {

update(viewModel: viewModel) { state in
state.library = library
state.libraryToken = libraryToken
state.objects = results
state.itemKeys = itemKeys
state.itemsToken = itemsToken
Expand Down

0 comments on commit bd767f1

Please sign in to comment.