mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Fixes the inability to click on the relay tab on User Profiles
This commit is contained in:
parent
ce839ed6d9
commit
e578327c5b
@ -493,7 +493,7 @@ private fun RenderScreen(
|
||||
accountViewModel: AccountViewModel,
|
||||
nav: (String) -> Unit,
|
||||
) {
|
||||
val pagerState = rememberPagerState { 9 }
|
||||
val pagerState = rememberPagerState { 10 }
|
||||
|
||||
Column {
|
||||
ProfileHeader(baseUser, appRecommendations, nav, accountViewModel)
|
||||
|
Loading…
x
Reference in New Issue
Block a user