даты, починил какую то хуйню с переподключением при старте

This commit is contained in:
Jganenok
2026-05-15 16:26:19 +07:00
parent e0151045c7
commit 62926720ca
3 changed files with 242 additions and 30 deletions
+4 -4
View File
@@ -281,16 +281,16 @@ class _StartupScreenState extends State<_StartupScreen> {
return;
}
try {
await accountModule.login(accountId: accountId);
} catch (_) {}
if (mounted) {
Navigator.pushReplacement(
context,
MaterialPageRoute(builder: (_) => const ChatListScreen()),
);
}
try {
await accountModule.login(accountId: accountId);
} catch (_) {}
}
void _goToLogin() {