summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/UserInterfaceInteractionRestriction.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/UserInterfaceInteractionRestriction.swift b/ios/MullvadVPN/UserInterfaceInteractionRestriction.swift
index 865dc29366..2a07132c09 100644
--- a/ios/MullvadVPN/UserInterfaceInteractionRestriction.swift
+++ b/ios/MullvadVPN/UserInterfaceInteractionRestriction.swift
@@ -20,7 +20,7 @@ protocol UserInterfaceInteractionRestrictionProtocol {
/// A counter based user interface interaction restriction implementation
class UserInterfaceInteractionRestriction: UserInterfaceInteractionRestrictionProtocol
{
- typealias Action = (_ disableUserInteraction: Bool, _ animated: Bool) -> Void
+ typealias Action = (_ enableUserInteraction: Bool, _ animated: Bool) -> Void
private let action: Action
private var counter: UInt = 0