mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-23 17:50:44 +01:00
Update lib/views/home_view.dart
This commit is contained in:
parent
d870ec3029
commit
a746d14d0e
@ -220,8 +220,6 @@ class _HomeViewState extends State<HomeView> with TickerProviderStateMixin {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
title: Text(title),
|
title: Text(title),
|
||||||
elevation:
|
|
||||||
AdaptivePageLayout.of(context).columnMode(context) ? 0 : null,
|
|
||||||
bottom: AdaptivePageLayout.of(context).columnMode(context)
|
bottom: AdaptivePageLayout.of(context).columnMode(context)
|
||||||
? PreferredSize(
|
? PreferredSize(
|
||||||
preferredSize: Size.fromHeight(1),
|
preferredSize: Size.fromHeight(1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user