From 82b3653c6df7d1a0a4a48f9e4699b17c0042c55d Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 7 Jan 2022 20:21:56 +0000 Subject: [PATCH] v5.6.2 - updates --- LabelStoreMax/CHANGELOG.md | 1 + LabelStoreMax/lib/resources/widgets/compo_theme_widget.dart | 1 + LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart | 1 - LabelStoreMax/lib/resources/widgets/notic_home_widget.dart | 2 +- LabelStoreMax/lib/resources/widgets/notic_theme_widget.dart | 1 + 5 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LabelStoreMax/CHANGELOG.md b/LabelStoreMax/CHANGELOG.md index ba6ea5c..7c65a56 100644 --- a/LabelStoreMax/CHANGELOG.md +++ b/LabelStoreMax/CHANGELOG.md @@ -1,6 +1,7 @@ ## [5.6.2] - 2022-01-07 * Fix null return in CheckoutShippingTypeWidget +* Add resizeToAvoidBottomInset: false to notic and compo theme ## [5.6.1] - 2022-01-05 diff --git a/LabelStoreMax/lib/resources/widgets/compo_theme_widget.dart b/LabelStoreMax/lib/resources/widgets/compo_theme_widget.dart index 68be90b..ff1b0ad 100644 --- a/LabelStoreMax/lib/resources/widgets/compo_theme_widget.dart +++ b/LabelStoreMax/lib/resources/widgets/compo_theme_widget.dart @@ -58,6 +58,7 @@ class CcompoThemeWidgetState extends State { Widget build(BuildContext context) { return Scaffold( body: activeWidget, + resizeToAvoidBottomInset: false, bottomNavigationBar: allNavWidgets == null ? AppLoaderWidget() : BottomNavigationBar( diff --git a/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart b/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart index 9c16ae1..24062e9 100644 --- a/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart +++ b/LabelStoreMax/lib/resources/widgets/home_drawer_widget.dart @@ -42,7 +42,6 @@ class _HomeDrawerWidgetState extends State { @override Widget build(BuildContext context) { - print(widget.wooSignalApp.wishlistEnabled); bool isDark = (Theme.of(context).brightness == Brightness.dark); return Drawer( child: Container( diff --git a/LabelStoreMax/lib/resources/widgets/notic_home_widget.dart b/LabelStoreMax/lib/resources/widgets/notic_home_widget.dart index 54f3d3b..dd23681 100644 --- a/LabelStoreMax/lib/resources/widgets/notic_home_widget.dart +++ b/LabelStoreMax/lib/resources/widgets/notic_home_widget.dart @@ -161,7 +161,7 @@ class _NoticHomeWidgetState extends State { } else if (mode == LoadStatus.canLoading) { body = Text(trans("release to load more")); } else { - body = Text(trans("No more products")); + return Container(); } return Container( height: 55.0, diff --git a/LabelStoreMax/lib/resources/widgets/notic_theme_widget.dart b/LabelStoreMax/lib/resources/widgets/notic_theme_widget.dart index 951cef5..be313a6 100644 --- a/LabelStoreMax/lib/resources/widgets/notic_theme_widget.dart +++ b/LabelStoreMax/lib/resources/widgets/notic_theme_widget.dart @@ -58,6 +58,7 @@ class _NoticThemeWidgetState extends State { Widget build(BuildContext context) { return Scaffold( body: activeWidget, + resizeToAvoidBottomInset: false, bottomNavigationBar: allNavWidgets == null ? AppLoaderWidget() : BottomNavigationBar( onTap: (currentIndex) =>