Enable Add button immediately after filling in token fields
This commit is contained in:
+1
@@ -356,6 +356,7 @@ public class EditVisibleAssetsBottomSheetDialogFragment extends BottomSheetDialo
|
||||
tokenDecimalsEdit.setText(
|
||||
String.valueOf(token.decimals), TextView.BufferType.EDITABLE);
|
||||
selfChange = false;
|
||||
addButton.setEnabled(true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user