Skip to content

Commit

Permalink
Merge pull request #523 from cosmostation/main_yong_dev
Browse files Browse the repository at this point in the history
[APP-1017]Add drop event for celestia
  • Loading branch information
wannabit-yongjoo authored Nov 4, 2024
2 parents 07bebe6 + 093982f commit 90ffb73
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 90ffb73

Please sign in to comment.