fix [修复-视频-不感兴趣还是中文]
This commit is contained in:
parent
b975e5864f
commit
f31c20f49a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user