Selaa lähdekoodia

ionic flutter code

tama 1 vuosi sitten
vanhempi
commit
055ddfdbf0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()