1) LoginBottomSheet.kt Mobile EditText was was throwing "There is some error logging you in"
instead of "Please enter a valid number" when we enter + followed mobile number
[case arises when we click on previously saved mobile number in our devices]
Input: +913333333
Output: "There is some error logging you in"
Sould be: "Please enter a valid number"
Some changes in LoginBottomSheet.kt.
1) LoginBottomSheet.kt Mobile EditText was was throwing "There is some error logging you in" instead of "Please enter a valid number" when we enter + followed mobile number [case arises when we click on previously saved mobile number in our devices]