Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prongbang authored Feb 19, 2022
1 parent 4430944 commit c35b5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AppDelegate: FlutterAppDelegate {
private lazy var screenProtectorKit = { return ScreenProtectorKit(window: window) }()

override func applicationDidBecomeActive(_ application: UIApplication) {
screenProtectorKit.disableBlurScreen()
screenProtectorKit.disableBlurScreen()
}

override func applicationWillResignActive(_ application: UIApplication) {
Expand All @@ -76,7 +76,7 @@ class AppDelegate: FlutterAppDelegate {
private lazy var screenProtectorKit = { return ScreenProtectorKit(window: window) }()

override func applicationDidBecomeActive(_ application: UIApplication) {
screenProtectorKit.disableImageScreen()
screenProtectorKit.disableImageScreen()
}

override func applicationWillResignActive(_ application: UIApplication) {
Expand Down

0 comments on commit c35b5db

Please sign in to comment.