File tree 2 files changed +1
-9
lines changed
ios/MullvadVPN/TunnelManager
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,6 @@ enum SetAccountAction {
35
35
case . delete: " Delete account "
36
36
}
37
37
}
38
-
39
- // true if this action results in an account being set if successful
40
- var isConstructive : Bool {
41
- switch self {
42
- case . unset, . delete: false
43
- default : true
44
- }
45
- }
46
38
}
47
39
48
40
class SetAccountOperation : ResultOperation < StoredAccountData ? > {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ final class TunnelManager: StorePaymentObserver {
62
62
63
63
private var privateKeyRotationTimer : DispatchSourceTimer ?
64
64
public private( set) var isRunningPeriodicPrivateKeyRotation = false
65
- public private( set) var nextKeyRotationDate : Date ? = nil
65
+ public private( set) var nextKeyRotationDate : Date ?
66
66
67
67
private var tunnelStatusPollTimer : DispatchSourceTimer ?
68
68
private var isPolling = false
You can’t perform that action at this time.
0 commit comments