Skip to content

Commit

Permalink
chore(app): fix linting problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Apr 8, 2024
1 parent c20f215 commit 8dc6889
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions app/lib/common/widgets/tutorial/container.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:async';

import '../../module.dart';

class TutorialContainer extends HookWidget {
Expand Down
3 changes: 1 addition & 2 deletions app/lib/main/pages/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ class MainPage extends StatelessWidget {
),
],
onClose: () async {
// TODO: set true once finished testing
MetaData.instance.tutorialDone = false;
MetaData.instance.tutorialDone = true;
await MetaData.save();
},
lastNextButtonText: context.l10n.tutorial_to_the_app,
Expand Down

0 comments on commit 8dc6889

Please sign in to comment.