mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +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)
|
||||
.pushNamed('/settings/notifications'),
|
||||
),
|
||||
Divider(thickness: 1),
|
||||
ListTile(
|
||||
title: Text(
|
||||
L10n.of(context).chat,
|
||||
|
Loading…
Reference in New Issue
Block a user