From 9499686a9bea576f28533543221b5b2e140d2317 Mon Sep 17 00:00:00 2001 From: TZ Date: Fri, 22 Mar 2024 16:44:46 +0100 Subject: [PATCH] SNRGY-3223 fix missing fab --- lib/widgets/tabs/device_tabs.dart | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/widgets/tabs/device_tabs.dart b/lib/widgets/tabs/device_tabs.dart index 40bc9a2..de052d9 100644 --- a/lib/widgets/tabs/device_tabs.dart +++ b/lib/widgets/tabs/device_tabs.dart @@ -640,6 +640,7 @@ class DeviceTabsState extends State with RestorationMixin { onTap: () { setState(() { _bottomBarIndex = navItem.index; + switchBottomBar(_bottomBarIndex, true); Navigator.pop(context); }); })); diff --git a/pubspec.yaml b/pubspec.yaml index 8a6cb25..aa4d508 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.296+296 +version: 0.0.297+297 environment: