礼物的弹窗UI进行修改
This commit is contained in:
@@ -495,7 +495,6 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
JSONObject obj2 = liveGiftList.getJSONObject(0);
|
||||
String giftJson = obj2.getString("giftlist");
|
||||
transaction = getTransaction();
|
||||
@@ -505,8 +504,6 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
transaction.replace(R.id.context_layout_gift, contentFragment);
|
||||
transaction.commitAllowingStateLoss();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1181,7 +1178,6 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
}
|
||||
};
|
||||
public List<BlindBoxInfoModel> blindBoxInfoModels = new ArrayList<>();
|
||||
|
||||
private void getBlindBoxInfo() {
|
||||
LiveNetManager.get(mContext)
|
||||
.getBlindBoxInfo(new com.yunbao.common.http.base.HttpCallback<List<BlindBoxInfoModel>>() {
|
||||
@@ -1204,7 +1200,6 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
*/
|
||||
private StringBuffer blindGiftNamesBuffer = null;
|
||||
private int blindBoxType;
|
||||
|
||||
private void showBlindProgress(int blindBoxType) {
|
||||
this.blindBoxType = blindBoxType;
|
||||
blindGiftNamesBuffer = new StringBuffer();
|
||||
|
||||
1486
live/src/main/java/com/yunbao/live/dialog/LiveGiftPopup2.java
Normal file
1486
live/src/main/java/com/yunbao/live/dialog/LiveGiftPopup2.java
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1286,7 +1286,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
|
||||
public void showH5Dialog() {
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putString("url", CommonAppConfig.HOST + "/h5/activity/pdlNewUes/index.html?uid=" + CommonAppConfig.getInstance().getUid() + "&token=" + CommonAppConfig.getInstance().getToken());
|
||||
bundle.putString("url", CommonAppConfig.HOST + "/h5/activity/pdlNewUes/index.html?uid=" + CommonAppConfig.getInstance().getUid() + "&token=" + CommonAppConfig.getInstance().getToken()+"&app_from=PDL");
|
||||
LiveHDDialogFragment fragment = new LiveHDDialogFragment();
|
||||
fragment.setArguments(bundle);
|
||||
fragment.show(((LiveActivity) mContext).getSupportFragmentManager(), "LiveHDDialogFragment");
|
||||
|
||||
Reference in New Issue
Block a user