修改中英文
This commit is contained in:
@@ -265,7 +265,7 @@ public class VideoInputDialogFragment extends AbsDialogFragment implements View.
|
||||
}
|
||||
String content = mInput.getText().toString().trim();
|
||||
if (TextUtils.isEmpty(content)) {
|
||||
ToastUtil.show(R.string.content_empty);
|
||||
ToastUtil.show(mContext.getString(R.string.content_empty));
|
||||
return;
|
||||
}
|
||||
String toUid = mVideoUid;
|
||||
|
||||
@@ -218,7 +218,7 @@ public class VideoMusicViewHolder extends AbsViewHolder implements View.OnClickL
|
||||
}
|
||||
String key = mInput.getText().toString().trim();
|
||||
if (TextUtils.isEmpty(key)) {
|
||||
ToastUtil.show(R.string.content_empty);
|
||||
ToastUtil.show(mContext.getString(R.string.content_empty));
|
||||
return;
|
||||
}
|
||||
VideoHttpUtil.cancel(VideoHttpConsts.VIDEO_SEARCH_MUSIC);
|
||||
|
||||
Reference in New Issue
Block a user