Skip to content

Commit

Permalink
fix: ファイル移動後は選択状態が解除されるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Jul 6, 2023
1 parent a1a0941 commit 0120935
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class DriveViewModel @Inject constructor(
}
}
savedStateHandle[STATE_SELECTED_FILE_PROPERTY_IDS] = emptyList<FileProperty.Id>()
if (uiState.value.requireSelectedResult) {
if (!uiState.value.requireSelectedResult) {
savedStateHandle[STATE_SELECTABLE_MODE] = false
}
refresh()
Expand Down

0 comments on commit 0120935

Please sign in to comment.