Fixes the inability to click on the relay tab on User Profiles
This commit is contained in:
+1
-1
@@ -493,7 +493,7 @@ private fun RenderScreen(
|
|||||||
accountViewModel: AccountViewModel,
|
accountViewModel: AccountViewModel,
|
||||||
nav: (String) -> Unit,
|
nav: (String) -> Unit,
|
||||||
) {
|
) {
|
||||||
val pagerState = rememberPagerState { 9 }
|
val pagerState = rememberPagerState { 10 }
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
ProfileHeader(baseUser, appRecommendations, nav, accountViewModel)
|
ProfileHeader(baseUser, appRecommendations, nav, accountViewModel)
|
||||||
|
|||||||
Reference in New Issue
Block a user