@ -13,7 +13,6 @@ final class PNModeVC : BaseVC, OptionViewDelegate {
//MARK:Components
//MARK:Components
privatelazyvarapnsOptionView=OptionView(title:"Apple Push Notification Service",explanation:"The app will use the Apple Push Notification Service. You'll be notified of new messages immediately. This mode entails a slight privacy sacrifice as Apple will know your IP. The contents of your messages will still be fully encrypted, your data will still be stored in a decentralized manner and your messages will still be onion routed.",delegate:self,isRecommended:true)
privatelazyvarapnsOptionView=OptionView(title:"Apple Push Notification Service",explanation:"The app will use the Apple Push Notification Service. You'll be notified of new messages immediately. This mode entails a slight privacy sacrifice as Apple will know your IP. The contents of your messages will still be fully encrypted, your data will still be stored in a decentralized manner and your messages will still be onion routed.",delegate:self,isRecommended:true)
privatelazyvarbackgroundPollingOptionView=OptionView(title:"Background Polling",explanation:"The app will occassionally check for new messages when it's in the background. This provides full privacy but notifications may be significantly delayed.",delegate:self)
privatelazyvarbackgroundPollingOptionView=OptionView(title:"Background Polling",explanation:"The app will occassionally check for new messages when it's in the background. This provides full privacy but notifications may be significantly delayed.",delegate:self)
privatelazyvarnoPNsOptionView=OptionView(title:"No Push Notifications",explanation:"You will not be notified of new messages when the app is closed. This provides full privacy.",delegate:self)
//MARK:Lifecycle
//MARK:Lifecycle
overridefuncviewDidLoad(){
overridefuncviewDidLoad(){
@ -98,9 +97,7 @@ final class PNModeVC : BaseVC, OptionViewDelegate {