marinofaggiana před 6 roky
rodič
revize
b1458377d3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      iOSClient/Share/CCShareOC.m

+ 1 - 1
iOSClient/Share/CCShareOC.m

@@ -579,7 +579,7 @@
     if (alertController) {
         UITextField *password = alertController.textFields.firstObject;
         UIAlertAction *okAction = alertController.actions.lastObject;
-        okAction.enabled = password.text.length > 0;
+        okAction.enabled = password.text.length >= 8;
     }
 }