Don't animate to replies tab during open.

fork-5.53.8
Rashad Sookram 2022-03-10 17:56:00 -05:00 zatwierdzone przez Cody Henthorne
rodzic 803f94012a
commit 5167c7235d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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