|
@@ -147,6 +147,7 @@ public class MainActivity extends BaseActivity implements Listener.VideoListener
|
|
|
//ToolsUtils.setImageView(mIconView, mContactBean.profilePath, 0, R.drawable.default_avatar);
|
|
|
mNameText.setText(mContactBean.name);
|
|
|
mHintText.setText(mVideoType == Constant.VIDEO_CALL_OUT ? R.string.calling : R.string.invite);
|
|
|
+ refreshView(mVideoType);
|
|
|
}
|
|
|
|
|
|
private void initVideoManager() {
|