Skip to content

Commit 0836b47

Browse files
committed
fix: setting page
1 parent f5fcd84 commit 0836b47

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/app/settings/page.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ class SettingsIndexPage extends StatelessWidget {
431431
onTap: () => Preference.notifyToken.copy(),
432432
),
433433
SegmentedListTile(
434-
isLast: true,
435434
leading: ContainedIcon(
436435
Symbols.bug_report_rounded,
437436
color: context.colors.onSurfaceVariant,
@@ -440,13 +439,7 @@ class SettingsIndexPage extends StatelessWidget {
440439
trailing: const Icon(Symbols.chevron_right_rounded),
441440
onTap: () => AppDebugLogsRoute().push(context),
442441
),
443-
],
444-
),
445-
446-
SegmentedList(
447-
children: [
448442
SegmentedListTile(
449-
isFirst: true,
450443
isLast: true,
451444
leading: ContainedIcon(
452445
Symbols.science_rounded,

0 commit comments

Comments
 (0)