Possible snackbar continues show fix bug fix
This commit is contained in:
parent
8fec07b3d5
commit
16e364b133
2 changed files with 2 additions and 2 deletions
|
@ -419,7 +419,7 @@
|
|||
|
||||
public void ShowMeaning()
|
||||
{
|
||||
Snackbar.Add($"<b>Definition:</b> {GetCorrectCChar().definition}", Severity.Info);
|
||||
Snackbar.Add($"<b>Definition:</b> {GetCorrectCChar().definition}", Severity.Info, conf => conf.VisibleStateDuration = 1000);
|
||||
}
|
||||
|
||||
public void ShowPinyin()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue