Skip to content

Commit

Permalink
Merge pull request #267 from fedefrappi/patch-1
Browse files Browse the repository at this point in the history
Propagate bannerPosition for enqueued banners
  • Loading branch information
Daltron authored Jan 28, 2020
2 parents 6c8f928 + 96ff93f commit a852488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NotificationBanner/Classes/NotificationBannerQueue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ open class NotificationBannerQueue: NSObject {
if banner.isSuspended {
banner.resume()
} else {
banner.show(placeOnQueue: false)
banner.show(placeOnQueue: false, bannerPosition: banner.bannerPosition)
}

callback(false)
Expand Down

0 comments on commit a852488

Please sign in to comment.