提交 aaf1c7e1 编写于 作者: jinlong0603's avatar jinlong0603

去除format rtsp地址

上级 f30d4bcf
......@@ -255,7 +255,7 @@ public class StreamActivity extends AppCompatActivity implements SurfaceHolder.C
btnSwitch.setText("停止");
txtStreamAddress.setVisibility(View.VISIBLE);
StatusInfoView.getInstence().setVisibility(View.VISIBLE);
txtStreamAddress.setText(String.format(getRTSPAddr()));
txtStreamAddress.setText(getRTSPAddr());
} else {
txtStreamAddress.setVisibility(View.INVISIBLE);
StatusInfoView.getInstence().setVisibility(View.INVISIBLE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册