chore: prevent user from spamming disabled vocab practice button (#5138)
This commit is contained in:
parent
5e132dd7fe
commit
2784c9b913
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ Widget _buildVocabPracticeButton(BuildContext context) {
|
|||
);
|
||||
}
|
||||
: () {
|
||||
ScaffoldMessenger.of(context).hideCurrentSnackBar();
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
content: Text(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue