mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-30 16:29:30 +01:00
fix: Missing divider
This commit is contained in:
parent
de2796e371
commit
cf07eed211
@ -319,6 +319,7 @@ class _SettingsState extends State<Settings> {
|
|||||||
onTap: () => AdaptivePageLayout.of(context)
|
onTap: () => AdaptivePageLayout.of(context)
|
||||||
.pushNamed('/settings/notifications'),
|
.pushNamed('/settings/notifications'),
|
||||||
),
|
),
|
||||||
|
Divider(thickness: 1),
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(
|
title: Text(
|
||||||
L10n.of(context).chat,
|
L10n.of(context).chat,
|
||||||
|
Loading…
Reference in New Issue
Block a user