no message

login_other_country
Sultan khan 2 weeks ago
parent 2bbb81a914
commit daca4c1fae

File diff suppressed because one or more lines are too long

@ -86,7 +86,7 @@ class _PhoneNumberSelectorWidgetState extends State<PhoneNumberSelectorWidget> {
child: inputWidget( child: inputWidget(
TranslationBase.of(context).phoneNumber, TranslationBase.of(context).phoneNumber,
isEnable: widget.isEnable, isEnable: widget.isEnable,
widget.mobileNo ?? (isOthersSelected ? "" : "5xxxxxxxx"), widget.mobileNo ?? (isOthersSelected ? "001xxxxxxxxx" : "5xxxxxxxx"),
prefix: isOthersSelected ? null : countryCode prefix: isOthersSelected ? null : countryCode
) )
), ),

Loading…
Cancel
Save