Fade MetadataSection back in if non-null Text is set

This commit is contained in:
HoLLy 2018-10-24 18:53:22 +02:00
parent 6019d9e57b
commit 88aca46500
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ public string Text
return;
}
this.FadeIn(transition_duration);
setTextAsync(value);
}
}