Skip to content

Commit

Permalink
Fix bug where broadcast would be placed below tab bar view (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninarg authored Aug 23, 2024
1 parent 9e8ff90 commit 5fb317e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FinniversKit/Sources/Components/Broadcast/Broadcast.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public final class Broadcast: UIStackView {
let newMessages = messages.subtracting(self.messages)
self.messages.formUnion(messages)
add(newMessages, animated: animated)
superview?.bringSubviewToFront(self)
return
}

Expand Down

0 comments on commit 5fb317e

Please sign in to comment.