Skip to content

Commit

Permalink
style(flashcard): hid unused media controller buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Apr 3, 2023
1 parent d397357 commit 1b23e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/flashcard/flashcard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class _FlashcardState extends State<Flashcard> {
],
),
// TODO media controls implementation
_buildMediaControls(),
// _buildMediaControls(),
if (widget.type != CardType.dictionary) _buildFlashcardButtons(),
],
),
Expand Down

0 comments on commit 1b23e6b

Please sign in to comment.