Skip to content

Commit a852488

Browse files
authored
Merge pull request #267 from fedefrappi/patch-1
Propagate bannerPosition for enqueued banners
2 parents 6c8f928 + 96ff93f commit a852488

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)