From daca4c1faec7c23e6d3f68d966542b79c1cec669 Mon Sep 17 00:00:00 2001 From: Sultan khan Date: Wed, 11 Mar 2026 11:30:41 +0300 Subject: [PATCH] no message --- android/build/reports/problems/problems-report.html | 2 +- lib/widgets/mobile-no/mobile_no.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build/reports/problems/problems-report.html b/android/build/reports/problems/problems-report.html index a33c3daa..ae945b0a 100644 --- a/android/build/reports/problems/problems-report.html +++ b/android/build/reports/problems/problems-report.html @@ -650,7 +650,7 @@ code + .copy-button { diff --git a/lib/widgets/mobile-no/mobile_no.dart b/lib/widgets/mobile-no/mobile_no.dart index f25ba11c..ba82843d 100644 --- a/lib/widgets/mobile-no/mobile_no.dart +++ b/lib/widgets/mobile-no/mobile_no.dart @@ -86,7 +86,7 @@ class _PhoneNumberSelectorWidgetState extends State { child: inputWidget( TranslationBase.of(context).phoneNumber, isEnable: widget.isEnable, - widget.mobileNo ?? (isOthersSelected ? "" : "5xxxxxxxx"), + widget.mobileNo ?? (isOthersSelected ? "001xxxxxxxxx" : "5xxxxxxxx"), prefix: isOthersSelected ? null : countryCode ) ),