We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae38029 commit 8669dc0Copy full SHA for 8669dc0
1 file changed
gamevault/UserControls/CommunityUserControl.xaml.cs
@@ -56,6 +56,9 @@ private void InitUserLoadingAnimation()
56
{
57
try
58
59
+ if (skeletonAnimation != null)
60
+ return; //Already initialized
61
+
62
ViewModel.LoadingUser = true;
63
skeletonAnimation = (Storyboard)FindResource("SkeletonLoadingAnimation");
64
Style? skeletonBorderStyle = FindResource("SkeletonBorderStyle") as Style;
0 commit comments