Skip to content

Commit

Permalink
Fixes #1552 - Workaround TabView bug by removing style
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Sep 4, 2023
1 parent 7d0d68c commit 946cde4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ struct ReactionsSummaryView: View {
.tag(reaction.key)
}
}
.tabViewStyle(.page(indexDisplayMode: .never))
}
}

Expand Down
1 change: 1 addition & 0 deletions changelog.d/1552.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Viewing reaction details UI fails to switch between multiple reactions

0 comments on commit 946cde4

Please sign in to comment.