fix: Missing divider
This commit is contained in:
parent
5fe8b99e7d
commit
64e049c806
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue