kopia lustrzana https://github.com/ryukoposting/Signal-Android
Don't animate to replies tab during open.
rodzic
803f94012a
commit
5167c7235d
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue