diff --git a/lib/widgets/profilefunctions/selectprofile.dart b/lib/widgets/profilefunctions/selectprofile.dart index 0d5be316..acd9102a 100644 --- a/lib/widgets/profilefunctions/selectprofile.dart +++ b/lib/widgets/profilefunctions/selectprofile.dart @@ -112,6 +112,7 @@ class SelectProfileListTile extends StatelessWidget { groupValue: selectedUuid, onChanged: (_) { select(); + ScaffoldMessenger.of(context).hideCurrentSnackBar(); ScaffoldMessenger.of(context).showSnackBar(SnackBar( content: Text('Switched to Profile ${alias ?? uuid}'), ));