We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fcd84 commit 0836b47Copy full SHA for 0836b47
1 file changed
lib/app/settings/page.dart
@@ -431,7 +431,6 @@ class SettingsIndexPage extends StatelessWidget {
431
onTap: () => Preference.notifyToken.copy(),
432
),
433
SegmentedListTile(
434
- isLast: true,
435
leading: ContainedIcon(
436
Symbols.bug_report_rounded,
437
color: context.colors.onSurfaceVariant,
@@ -440,13 +439,7 @@ class SettingsIndexPage extends StatelessWidget {
440
439
trailing: const Icon(Symbols.chevron_right_rounded),
441
onTap: () => AppDebugLogsRoute().push(context),
442
443
- ],
444
- ),
445
-
446
- SegmentedList(
447
- children: [
448
449
- isFirst: true,
450
isLast: true,
451
452
Symbols.science_rounded,
0 commit comments