Skip to content

Commit

Permalink
[APP-1017]Add drop event for celestia
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Nov 4, 2024
1 parent d3f1654 commit 093982f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class CosmosCryptoVC: BaseVC, SelectTokensListDelegate {
//For drop event
func onSetDrop() {
if (!BaseData.instance.showEvenReview()) { return }
if (selectedChain is ChainCosmos || selectedChain is ChainNeutron) {
if (selectedChain is ChainCosmos || selectedChain is ChainNeutron || selectedChain is ChainCelestia) {
dropBtn.animation = LottieAnimation.named("drop")
dropBtn.contentMode = .scaleAspectFit
dropBtn.loopMode = .loop
Expand Down

0 comments on commit 093982f

Please sign in to comment.