Fixed some bugs

This commit is contained in:
Juan Gilsanz Polo 2024-09-11 22:32:26 +02:00
parent 7579e2d580
commit 7bb7ad40c4
8 changed files with 28 additions and 15 deletions

View file

@ -34,6 +34,7 @@ class HomeAppBar extends StatelessWidget {
void navigateServers() {
Future.delayed(const Duration(milliseconds: 0), (() {
if (!context.mounted) return;
Navigator.of(context).push(
MaterialPageRoute(builder: (context) => const Servers())
);