You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/03/16 14:43:33 UTC

[GitHub] [fineract-cn-mobile] PatelVatsalB21 commented on a change in pull request #140: Fix 272: Phone and Mobile bug fixed in Customer Contract Fragment

PatelVatsalB21 commented on a change in pull request #140:
URL: https://github.com/apache/fineract-cn-mobile/pull/140#discussion_r595236378



##########
File path: app/src/main/res/layout/fragment_form_customer_contact.xml
##########
@@ -75,7 +75,8 @@
                         <EditText
                             android:hint="@string/optional_mobile"
                             android:id="@+id/et_mobile"
-                            android:inputType="text"
+                            android:inputType="number"
+                            android:maxLength="10"

Review comment:
       Oh sorry it should be 15. Shouldn't it?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org