瀏覽代碼

ionic flutter code

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()