fix: Missing divider

This commit is contained in:
Christian Pauly 2021-01-16 15:36:06 +01:00
parent de2796e371
commit cf07eed211
1 changed files with 1 additions and 0 deletions

View File

@ -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,