fix [修复-视频-不感兴趣还是中文]

This commit is contained in:
hch 2024-03-28 15:53:34 +08:00
parent b975e5864f
commit f31c20f49a

View File

@ -144,7 +144,7 @@ public class VideoPlayWrapViewHolder extends AbsViewHolder implements View.OnCli
public void onClick(View v) {
SparseArray<String> array = new SparseArray<>();
array.append(0, mContext.getResources().getString(com.yunbao.common.R.string.report));
array.append(1, "不感兴趣");
array.append(1, mContext.getResources().getString(com.yunbao.common.R.string.not_interested));
DialogUitl.showStringArrayDialog(mContext, array, new DialogUitl.StringArrayDialogCallback() {
@Override
public void onItemClick(String text, int tag) {