mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 10:46:50 +00:00
Hide new user entry in story recipient selection.
This commit is contained in:
committed by
Greyson Parrelli
parent
e58cea9a26
commit
bde4700e87
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user