Don't animate to replies tab during open.

This commit is contained in:
Rashad Sookram
2022-03-10 17:56:00 -05:00
committed by Cody Henthorne
parent 803f94012a
commit 5167c7235d

View File

@@ -78,7 +78,7 @@ class StoryViewsAndRepliesDialogFragment : FixedRoundedCornerBottomSheetDialogFr
ViewCompat.setNestedScrollingEnabled(tabs, false)
pager.adapter = StoryViewsAndRepliesPagerAdapter(this, storyId, groupRecipientId)
pager.currentItem = startPageIndex
pager.setCurrentItem(startPageIndex, false)
TabLayoutMediator(tabs, pager) { tab, position ->
when (position) {