We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e79ed commit 6b53468Copy full SHA for 6b53468
lib/features/settings/view/settings_page.dart
@@ -475,14 +475,6 @@ class _SettingsPageState extends State<SettingsPage> {
475
subtitle: Text(context.t.fastReplyTemplate.details),
476
onTap: () async => context.pushNamed(ScreenPaths.fastReplyTemplate, pathParameters: {'pick': 'false'}),
477
),
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
- ),
486
];
487
}
488
0 commit comments