修改测试问题,新增直播列表页面的神龙送财的图标
This commit is contained in:
@@ -66,7 +66,7 @@ public class DragonSendsMoneyPopup extends CenterPopupView {
|
||||
String dragonMoney = dragon_money.getText().toString().trim();
|
||||
if (!TextUtils.isEmpty(dragonMoney)) {
|
||||
long money = Long.parseLong(dragonMoney);
|
||||
if (goldMoney > money) {
|
||||
if (goldMoney >= money) {
|
||||
if (money >= 1000) {
|
||||
LiveNetManager.get(getContext())
|
||||
.sendMoneyLong(mLiveUid, String.valueOf(money), new com.yunbao.common.http.base.HttpCallback<String>() {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 47 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user