Merge remote-tracking branch 'origin/master'

This commit is contained in:
2023-08-15 10:37:25 +08:00
4 changed files with 7 additions and 5 deletions

View File

@@ -315,7 +315,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
.append("&for");
Bundle bundle = new Bundle();
bundle.putString("url", htmlUrl.toString());
bundle.putInt("height", DeviceUtils.getScreenHeight(getActivity()) / 5 * 3);
LiveHDDialogFragment fragment = new LiveHDDialogFragment();
fragment.setArguments(bundle);
fragment.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveHDDialogFragment");
@@ -718,7 +718,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
}
if (!TextUtils.isEmpty(liveGiftModel.getOperateImage())) {
operateImage.setVisibility(View.VISIBLE);
ImgLoader.display(getContext(), liveGiftModel.getOperateUrl(), operateImage);
ImgLoader.display(getContext(), liveGiftModel.getOperateImage(), operateImage);
}
}