TF-1043 Fix advanced search not working correctly

This commit is contained in:
dab246
2022-10-06 16:21:48 +07:00
committed by Dat H. Pham
parent 09f5e3458e
commit 0787f63b51
5 changed files with 15 additions and 12 deletions
@@ -24,8 +24,6 @@ class ResponsiveWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
log('ResponsiveWidget::build(): WIDTH_SIZE: ${responsiveUtils.getDeviceWidth(context)}');
if (BuildUtils.isWeb) {
if (responsiveUtils.isMobile(context)) {
return mobile;