Skip to content

Commit 6b53468

Browse files
committed
revert(settings): hide removed sliver app bar collapse option
1 parent 74e79ed commit 6b53468

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/features/settings/view/settings_page.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -475,14 +475,6 @@ class _SettingsPageState extends State<SettingsPage> {
475475
subtitle: Text(context.t.fastReplyTemplate.details),
476476
onTap: () async => context.pushNamed(ScreenPaths.fastReplyTemplate, pathParameters: {'pick': 'false'}),
477477
),
478-
SectionSwitchListTile(
479-
secondary: const Icon(Symbols.page_header),
480-
title: Text(tr.collapseAppBarWhenScroll.title),
481-
subtitle: Text(tr.collapseAppBarWhenScroll.detail),
482-
value: collapseAppBarWhenScroll,
483-
onChanged: (v) async =>
484-
context.read<SettingsBloc>().add(SettingsValueChanged(SettingsKeys.collapseAppBarWhenScroll, v)),
485-
),
486478
];
487479
}
488480

0 commit comments

Comments
 (0)