Skip to content

Commit

Permalink
fix tour (#4213)
Browse files Browse the repository at this point in the history
  • Loading branch information
dserrano-bc committed Dec 12, 2022
1 parent 36171df commit 4d28ddf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1089,6 +1089,7 @@ class MainActivity :
binding.uiTour.apply {
host = this@MainActivity
alpha = 0f
bringToFront()
visible()
animate()
.alpha(1f)
Expand Down

0 comments on commit 4d28ddf

Please sign in to comment.