Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pikacode committed Apr 7, 2020
1 parent 6eceaf1 commit 33a4ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EBBannerView/SwiftClasses/EBSystemBanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class EBSystemBanner: NSObject {

/// private

private weak var maker = EBSystemBannerMaker.default.then{ $0.banner = self }
private lazy var maker = EBSystemBannerMaker.default.then{ $0.banner = self }

private lazy var view: EBSystemBannerView = {
let window = EBBannerWindow.shared
Expand Down
Binary file not shown.

0 comments on commit 33a4ac4

Please sign in to comment.