Update private story creation screens to match material3 spec.

This commit is contained in:
Alex Hart
2022-10-06 11:06:13 -03:00
committed by Greyson Parrelli
parent da9dcc794f
commit 0b978dd9d7
4 changed files with 17 additions and 9 deletions

View File

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