diff --git a/lib/ui/routes/conversation_route.dart b/lib/ui/routes/conversation_route.dart index a00c300..a3af03d 100644 --- a/lib/ui/routes/conversation_route.dart +++ b/lib/ui/routes/conversation_route.dart @@ -97,7 +97,7 @@ class _ConversationRouteState extends State { Widget build(BuildContext context) { return Scaffold( appBar: AppBar( - leading: ComunicBackButton(), + leading: isTablet(context) ? null : ComunicBackButton(), title: Text( _conversationName == null ? tr("Loading") : _conversationName, ),