Fixes #1552 - Workaround TabView bug by removing style

This commit is contained in:
Stefan Ceriu 2023-09-04 09:40:26 +03:00 committed by Stefan Ceriu
parent 7d0d68cfd5
commit 946cde40a1
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,6 @@ struct ReactionsSummaryView: View {
.tag(reaction.key)
}
}
.tabViewStyle(.page(indexDisplayMode: .never))
}
}

1
changelog.d/1552.bugfix Normal file
View File

@ -0,0 +1 @@
Viewing reaction details UI fails to switch between multiple reactions