dashboard issue fixed

merge-update-with-lab-changes
Sultan Khan 5 years ago
parent c01246acf0
commit 764e706000

@ -581,7 +581,8 @@ class _ConfirmLogin extends State<ConfirmLogin> {
}); });
} }
goToHome() { goToHome() async {
await authenticatedUserObject.getUser(getUser: true);
authenticatedUserObject.isLogin = true; authenticatedUserObject.isLogin = true;
appointmentRateViewModel.isLogin = true; appointmentRateViewModel.isLogin = true;
projectViewModel.isLogin = true; projectViewModel.isLogin = true;
@ -679,7 +680,9 @@ class _ConfirmLogin extends State<ConfirmLogin> {
), ),
AppText( AppText(
TranslationBase.of(context).verifySMS, TranslationBase.of(context).verifySMS,
fontSize: SizeConfig.textMultiplier * 2, fontSize: projectViewModel.isArabic
? SizeConfig.textMultiplier * 1.8
: SizeConfig.textMultiplier * 2,
textAlign: TextAlign.center, textAlign: TextAlign.center,
) )
], ],

Loading…
Cancel
Save