End Call Android Native

development_aamir_testing23
Aamir Muhammad 2 years ago
parent 7eec7e252c
commit bceae623ed

@ -407,14 +407,14 @@ class _LoginScreenState extends State<LoginScreen> with WidgetsBindingObserver{
// 13777
// Ab12345cd
}
if (isAppOpenBySystem!) checkFirebaseToken();
// Utils.showLoading(context);
// Future.delayed(const Duration(seconds: 2)).whenComplete(() {
// if (!isIncomingCall) {
// if (isAppOpenBySystem!) checkFirebaseToken();
// }
// });
// if (isAppOpenBySystem!) checkFirebaseToken();
Utils.showLoading(context);
Future.delayed(const Duration(seconds: 2)).whenComplete(() {
if (!isIncomingCall) {
if (isAppOpenBySystem!) checkFirebaseToken();
}
});
}
// username.text = "15444";

Loading…
Cancel
Save