Skip to content

Commit

Permalink
SNRGY-3223 fix missing fab
Browse files Browse the repository at this point in the history
  • Loading branch information
zsco committed Mar 22, 2024
1 parent 54f92df commit 9499686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/widgets/tabs/device_tabs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ class DeviceTabsState extends State<DeviceTabs> with RestorationMixin {
onTap: () {
setState(() {
_bottomBarIndex = navItem.index;
switchBottomBar(_bottomBarIndex, true);
Navigator.pop(context);
});
}));
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9499686

Please sign in to comment.