Start animation when megaphone is displayed.
This commit is contained in:
parent
665ce14bb6
commit
625d36fb27
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ public class PopupMegaphoneView extends FrameLayout {
|
|||
} else if (megaphone.getLottieRes() != 0) {
|
||||
image.setVisibility(VISIBLE);
|
||||
image.setAnimation(megaphone.getLottieRes());
|
||||
image.playAnimation();
|
||||
} else {
|
||||
image.setVisibility(GONE);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue