tama пре 1 година
родитељ
комит
055ddfdbf0
1 измењених фајлова са 1 додато и 1 уклоњено
  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()