Skip to content

Commit

Permalink
Merge pull request #1 from JoosungPark/fix/window-level
Browse files Browse the repository at this point in the history
[Fix] NotificaitonBanner appWindow windowLevel 고정
  • Loading branch information
JoosungPark authored Jan 30, 2024
2 parents 1406ac6 + 0e98380 commit f633a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NotificationBanner/Classes/BaseNotificationBanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ open class BaseNotificationBanner: UIView {
if statusBarShouldBeShown() && !(parentViewController == nil && bannerPosition == .top) {
appWindow?.windowLevel = UIWindow.Level.normal
} else {
appWindow?.windowLevel = UIWindow.Level.statusBar + 1
appWindow?.windowLevel = UIWindow.Level.normal
}
}

Expand Down

0 comments on commit f633a1e

Please sign in to comment.