Skip to content

Commit

Permalink
Fix emptyview text
Browse files Browse the repository at this point in the history
  • Loading branch information
Strypper committed Mar 23, 2024
1 parent ee712b0 commit 52de297
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ protected override void OnInit(IDictionary<string, object> query)
ControlInformation = query.GetData<IBuiltInGalleryCardInfo>();

}

public override async Task OnAppearingAsync()
{
await base.OnAppearingAsync();
await RefreshAsync();
}
#endregion

#region [Relay Commands]
Expand Down

0 comments on commit 52de297

Please sign in to comment.