提交 6a1cb735 编写于 作者: B Blankj

see 02/09 log

上级 eacba7a0
......@@ -31,7 +31,7 @@ public class NetworkActivity extends BaseBackActivity {
Handler mHandler = new Handler(new Handler.Callback() {
@Override
public boolean handleMessage(Message msg) {
String text = (String) tvAboutNetworkAsync.getText();
String text = tvAboutNetworkAsync.getText().toString();
if (text.length() != 0) {
text += '\n';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册