mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
fix(airdrop): fix lost info when closing password in airdrop flow (#15385)
Fixes #15383
This commit is contained in:
parent
85846c88e9
commit
e3979ed55e
@ -123,7 +123,6 @@ StackView {
|
||||
|
||||
onAirdropClicked: {
|
||||
root.airdropClicked(airdropTokens, addresses, feeAccountAddress)
|
||||
root.pop(StackView.Immediate)
|
||||
}
|
||||
|
||||
onNavigateToMintTokenSettings: root.navigateToMintTokenSettings(isAssetType)
|
||||
|
@ -712,6 +712,7 @@ StatusSectionLayout {
|
||||
case Constants.ContractTransactionStatus.InProgress:
|
||||
title = qsTr("Airdrop on %1 in progress...").arg(chainName)
|
||||
loading = true
|
||||
airdropPanel.navigateBack()
|
||||
break
|
||||
case Constants.ContractTransactionStatus.Completed:
|
||||
title = qsTr("Airdrop on %1 in complete").arg(chainName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user