Skip to content

Commit

Permalink
[create-pull-request] automated change (#9365)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 12, 2022
1 parent 12f683b commit 1d36a08
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public static void UpdateSelection(this RecyclerView recyclerView, SelectableIte
adapter.MarkPlatformSelection(selectedItem);
return;

case SelectionMode.Multiple:
var selectedItems = selectableItemsView.SelectedItems;
foreach (var item in selectedItems)
{
adapter.MarkPlatformSelection(item);
}
case SelectionMode.Multiple:
var selectedItems = selectableItemsView.SelectedItems;
foreach (var item in selectedItems)
{
adapter.MarkPlatformSelection(item);
}
return;
}
}
Expand Down

0 comments on commit 1d36a08

Please sign in to comment.