From bde4700e8792011b3504d0c4fe635d4bdba38353 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Fri, 25 Mar 2022 10:12:06 -0300 Subject: [PATCH] Hide new user entry in story recipient selection. --- .../settings/select/BaseStoryRecipientSelectionFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/stories/settings/select/BaseStoryRecipientSelectionFragment.kt b/app/src/main/java/org/thoughtcrime/securesms/stories/settings/select/BaseStoryRecipientSelectionFragment.kt index fb9f2e3843..baccda41a3 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/stories/settings/select/BaseStoryRecipientSelectionFragment.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/stories/settings/select/BaseStoryRecipientSelectionFragment.kt @@ -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,