Fixes the inability to click on the relay tab on User Profiles

This commit is contained in:
Vitor Pamplona 2024-07-17 09:08:41 -04:00
parent ce839ed6d9
commit e578327c5b

View File

@ -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)