TF-518 Handle missing field in login form
This commit is contained in:
committed by
Dat H. Pham
parent
3fc2ae4776
commit
15cc421525
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user