Fixes a from value reset on swap when To asset is changed on Android
This commit is contained in:
-1
@@ -1416,7 +1416,6 @@ public class BuySendSwapActivity extends BraveWalletBaseActivity
|
||||
mFromValueBlock.setVisibility(View.GONE);
|
||||
} else {
|
||||
mFromValueBlock.setVisibility(View.VISIBLE);
|
||||
mFromValueText.setText("");
|
||||
}
|
||||
if (buySend && mActivityType == ActivityType.SWAP || !buySend) {
|
||||
enableDisableSwapButton();
|
||||
|
||||
Reference in New Issue
Block a user