diff --git a/client_app/lib/features/chat/screens/chat_screen.dart b/client_app/lib/features/chat/screens/chat_screen.dart index f7e6790..416a630 100644 --- a/client_app/lib/features/chat/screens/chat_screen.dart +++ b/client_app/lib/features/chat/screens/chat_screen.dart @@ -107,7 +107,7 @@ class _ChatScreenState extends ConsumerState { return Scaffold( appBar: AppBar( title: Text(widget.mitraName), - automaticallyImplyLeading: false, + automaticallyImplyLeading: true, actions: [ if (chatState is ChatConnectedData && chatState.remainingSeconds != null) Padding(