mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 21:09:21 +00:00
Hide back button in tablet mode
This commit is contained in:
parent
f4ced0324c
commit
a01ebe7d8a
@ -97,7 +97,7 @@ class _ConversationRouteState extends State<ConversationRoute> {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
leading: ComunicBackButton(),
|
leading: isTablet(context) ? null : ComunicBackButton(),
|
||||||
title: Text(
|
title: Text(
|
||||||
_conversationName == null ? tr("Loading") : _conversationName,
|
_conversationName == null ? tr("Loading") : _conversationName,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user