How to hide the hand animation? #310
Answered
by
sarimmehdi
sarimmehdi
asked this question in
Q&A
-
I tried to hide animation using the following code:
But I still see it. |
Beta Was this translation helpful? Give feedback.
Answered by
sarimmehdi
Feb 10, 2022
Replies: 2 comments 3 replies
-
Hi! |
Beta Was this translation helpful? Give feedback.
1 reply
-
I solved the problem by trying @grassydragon 's suggestion in the onViewCreated (also suggested by him) function instead of the onAttachFragment function.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sarimmehdi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved the problem by trying @grassydragon 's suggestion in the onViewCreated (also suggested by him) function instead of the onAttachFragment function.