Hide new user entry in story recipient selection.

This commit is contained in:
Alex Hart
2022-03-25 10:12:06 -03:00
committed by Greyson Parrelli
parent e58cea9a26
commit bde4700e87

View File

@@ -137,7 +137,7 @@ abstract class BaseStoryRecipientSelectionFragment : Fragment(R.layout.stories_b
private fun initializeContactSelectionFragment() {
val contactSelectionListFragment = ContactSelectionListFragment()
val arguments = ContactSelectionArguments(
displayMode = ContactsCursorLoader.DisplayMode.FLAG_PUSH,
displayMode = ContactsCursorLoader.DisplayMode.FLAG_PUSH or ContactsCursorLoader.DisplayMode.FLAG_HIDE_NEW,
isRefreshable = false,
displayRecents = false,
selectionLimits = SelectionLimits.NO_LIMITS,