TF-518 Handle missing field in login form

This commit is contained in:
Dat PHAM HOANG
2022-05-06 17:36:14 +07:00
committed by Dat H. Pham
parent 3fc2ae4776
commit 15cc421525
8 changed files with 65 additions and 66 deletions
@@ -55,6 +55,6 @@ class ResponsiveUtils {
double getWidthLoginButton() => _loginButtonWidth;
bool isHeightShortest(BuildContext context) {
return MediaQuery.of(context).size.shortestSide < 600;
return MediaQuery.of(context).size.shortestSide < heightShortest;
}
}