TF-1043 Fix advanced search not working correctly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user