소스 검색

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