Skip to content

Commit

Permalink
remove old todos
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Sep 23, 2023
1 parent 3bb2930 commit 997dd72
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/ui/pages/headphones_settings/double_tap_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class DoubleTapSection extends StatelessWidget {
child: _DoubleTapSetting(
title: Text(
l.pageHeadphonesSettingsLeftBud,
// TODO: Make this titleMedium larger maybe? for whole app
style: tt.titleMedium,
),
value: gs.doubleTapLeft,
Expand Down
1 change: 0 additions & 1 deletion lib/ui/pages/home/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class _HomePageState extends State<HomePage> {
}

void _introCheck() async {
// TODO: Get settings async then open intro if needed
final settings = context.read<AppSettings>();
if (!(await settings.seenIntroduction.first)) {
// https://dart-lang.github.io/linter/lints/use_build_context_synchronously.html
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/theme/themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ ThemeData _customize(ThemeData theme) {
ThemeData lightTheme(ColorScheme? dynamicColorScheme) {
return _customize(ThemeData.light(useMaterial3: useMaterial3)).copyWith(
colorScheme: dynamicColorScheme,
// TODO: Do something about this shadow...
// colorScheme: _light.colorScheme.copyWith(
// Leaving this so you see how you can customize colors individually
// shadow: const Color(0x80808080),
// ),
);
Expand Down

0 comments on commit 997dd72

Please sign in to comment.