Skip to content

Commit 96ff93f

Browse files
authored
Propagate bannerPosition for enqueued banners
1 parent dc27e56 commit 96ff93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NotificationBanner/Classes/NotificationBannerQueue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ open class NotificationBannerQueue: NSObject {
104104
if banner.isSuspended {
105105
banner.resume()
106106
} else {
107-
banner.show(placeOnQueue: false)
107+
banner.show(placeOnQueue: false, bannerPosition: banner.bannerPosition)
108108
}
109109

110110
callback(false)

0 commit comments

Comments
 (0)