Sim Binding Done #1

This commit is contained in:
2025-12-10 11:50:02 +05:30
parent 1a2dea611b
commit 8149ef2a5b
2 changed files with 63 additions and 31 deletions

View File

@@ -104,7 +104,7 @@ class _VerificationScreenState extends State<VerificationScreen> {
} catch (e) {
setState(() {
_statusMessage = " $e SIM verification failed. Please try again.";
_statusMessage = e.toString();
_isVerifying = false;
_verificationFailed = true;
});