Skip to content

Commit

Permalink
Remove double dashboard title on android
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Apr 11, 2024
1 parent 8344ede commit 69ca6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/puzzle/dashboard_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class PuzzleDashboardScreen extends StatelessWidget {
: Scaffold(
body: _Body(user: user),
appBar: AppBar(
title: Text(context.l10n.puzzlePuzzleDashboard),
title: const SizedBox.shrink(),
actions: const [DaysSelector()],
),
);
Expand Down

0 comments on commit 69ca6e6

Please sign in to comment.