Skip to content

Commit

Permalink
Bring broadcast to front when reappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
ninarg committed Aug 23, 2024
1 parent 9e8ff90 commit 658b3dd
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 658b3dd

Please sign in to comment.