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)
|
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…
Add table
Add a link
Reference in a new issue