Skip to content

Commit

Permalink
don't show retry and loading at same time
Browse files Browse the repository at this point in the history
  • Loading branch information
IamRanjeetSingh committed Sep 23, 2024
1 parent 56280e2 commit 9d65796
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@ public void ShowScreenShot()

xLoadingScreenShotBanner.Visibility = Visibility.Visible;
xScreenShotFrame.Visibility = Visibility.Collapsed;
xRetrySSBanner.Visibility = Visibility.Collapsed;

/// UnComment later after complete Implementation of functionalities over all platforms.
//if(IsWebMobJavaPlatform)
Expand Down

0 comments on commit 9d65796

Please sign in to comment.