We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3b452 commit 6d6a210Copy full SHA for 6d6a210
Example/Kommunicate/AppDelegate.swift
@@ -40,7 +40,7 @@
40
let kmApplocalNotificationHandler = KMAppLocalNotification.appLocalNotificationHandler()
41
kmApplocalNotificationHandler?.dataConnectionNotificationHandler()
42
43
- if KMUserDefaultHandler.isLoggedIn() {
+ if Kommunicate.isLoggedIn {
44
// Get login screen from storyboard and present it
45
if let viewController = UIStoryboard(name: "Main", bundle: nil)
46
.instantiateViewController(withIdentifier: "NavViewController") as? UINavigationController
0 commit comments