Skip to content

Commit

Permalink
Don't show success message twice
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Jun 6, 2024
1 parent 2dc4e5d commit fd50648
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/screens/mobile/router_dialogbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,6 @@ class _RouterDialogBoxState extends State<RouterDialogBox> {
);

realmProvider.resetControllers();
scaffoldMessenger.showSnackBar(
SnackBar(
content: Text(
"Server is running on this host localhost: $host and on this port $port",
),
duration: const Duration(seconds: 3),
),
);
} on TimeoutException catch (_) {
scaffoldMessenger.showSnackBar(
SnackBar(
Expand Down

0 comments on commit fd50648

Please sign in to comment.