Skip to content

Commit 6d6a210

Browse files
updated KMUserDefaultHandler.isLoggedIn() with Kommunicate.isLoggedIn
1 parent be3b452 commit 6d6a210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Kommunicate/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
let kmApplocalNotificationHandler = KMAppLocalNotification.appLocalNotificationHandler()
4141
kmApplocalNotificationHandler?.dataConnectionNotificationHandler()
4242

43-
if KMUserDefaultHandler.isLoggedIn() {
43+
if Kommunicate.isLoggedIn {
4444
// Get login screen from storyboard and present it
4545
if let viewController = UIStoryboard(name: "Main", bundle: nil)
4646
.instantiateViewController(withIdentifier: "NavViewController") as? UINavigationController

0 commit comments

Comments
 (0)