Browse Source

ionic flutter code

tama 1 year ago
parent
commit
055ddfdbf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      NexilisSampleCodeFlutter-iOS/ios/Runner/AppDelegate.swift

+ 1 - 1
NexilisSampleCodeFlutter-iOS/ios/Runner/AppDelegate.swift

@@ -64,7 +64,7 @@ import NexilisLite
                 pwd = param1
             }
             APIS.signInAdmin(password: pwd ?? "")
-        else if call.method == "openProfile" {
+        } else if call.method == "openProfile" {
             APIS.openProfile()
         } else if call.method == "openNotificationCenter" {
             APIS.openNotificationCenter()