|
|
@@ -2990,7 +2990,7 @@ export struct LocalMusic {
|
|
|
.position({ top: 200 })
|
|
|
.justifyContent(FlexAlign.Center)
|
|
|
.opacity(this.isZero ? 1 : 0)
|
|
|
- .visibility(this.isZero && !this.isFavMusic && !this.isHistory
|
|
|
+ .visibility(this.isZero&&!this.isLoadingPage && !this.isFavMusic && !this.isHistory
|
|
|
? Visibility.Visible : Visibility.None)
|
|
|
.animation({
|
|
|
duration: 500,
|