Update base stories recipient selection fragment with material 3 spec.

This commit is contained in:
Alex Hart
2022-07-22 16:55:15 -03:00
committed by Cody Henthorne
parent e6829a1b7a
commit 570b143582
3 changed files with 11 additions and 15 deletions

View File

@@ -147,7 +147,7 @@ abstract class BaseStoryRecipientSelectionFragment : Fragment(R.layout.stories_b
canSelectSelf = false,
currentSelection = emptyList(),
displaySelectionCount = false,
displayChips = true,
displayChips = false,
checkboxResource = checkboxResource
)