mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
Don't animate to replies tab during open.
This commit is contained in:
committed by
Cody Henthorne
parent
803f94012a
commit
5167c7235d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user