Fixed 3rd person bug

This commit is contained in:
endgame
2025-11-30 23:30:40 +03:00
parent cf96e73253
commit 8d7f788ce2
10 changed files with 655 additions and 383 deletions

View File

@@ -259,9 +259,9 @@ class _ChatsScreenState extends State<ChatsScreen>
void _navigateToLogin() {
print('Перенаправляем на экран входа из-за недействительного токена');
Navigator.of(context).pushReplacement(
/*Navigator.of(context).pushReplacement(
MaterialPageRoute(builder: (context) => const PhoneEntryScreen()),
);
);*/
}
void _showTokenExpiredDialog(String message) {