mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Fixes unable to click in the last tab of the profile
This commit is contained in:
parent
b3dec691d7
commit
40aa469866
@ -413,7 +413,7 @@ private fun RenderScreen(
|
||||
accountViewModel: AccountViewModel,
|
||||
nav: INav,
|
||||
) {
|
||||
val pagerState = rememberPagerState { 10 }
|
||||
val pagerState = rememberPagerState { 11 }
|
||||
|
||||
Column {
|
||||
ProfileHeader(baseUser, appRecommendations, nav, accountViewModel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user