|
|
|
|
@ -129,9 +129,8 @@ class _LoginScreenState extends State<LoginScreen> {
|
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
|
if (isAppOpenBySystem == null) {
|
|
|
|
|
isAppOpenBySystem = (ModalRoute.of(context)!.settings.arguments ?? true) as bool;
|
|
|
|
|
print('isAppOpenBySystem:$isAppOpenBySystem');
|
|
|
|
|
username.text = "15153";
|
|
|
|
|
password.text = "Abcd@12345";
|
|
|
|
|
// username.text = "15153";
|
|
|
|
|
// password.text = "Abcd@12345";
|
|
|
|
|
if (isAppOpenBySystem!) checkFirebaseToken();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|