소스 검색

clear code

marinofaggiana 5 년 전
부모
커밋
9a47cdaa3d
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      iOSClient/AppDelegate.m

+ 1 - 4
iOSClient/AppDelegate.m

@@ -318,10 +318,7 @@ PKPushRegistry *pushRegistry;
             return;
         }
         
-        // ------------------- Nextcloud -------------------------
-        //
-        
-        // Login flow : LoginWeb
+        // normal login
         if (selector == k_intro_signup) {
             
             if (!(_activeLoginWeb.isViewLoaded && _activeLoginWeb.view.window)) {