Skip to content

Commit

Permalink
Improving readability
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed May 25, 2020
1 parent 08c75f6 commit b00e12c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/BFKit/Apple/UIKit/UIWindow+Extensions.swift
Expand Up @@ -217,10 +217,13 @@ public extension UIWindow {
}
)
}

case .regionEntered:
break

case .regionMoved:
break

case .regionExited:
break
@unknown default:
Expand Down

0 comments on commit b00e12c

Please sign in to comment.