We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacba7a commit 6a1cb73Copy full SHA for 6a1cb73
app/src/main/java/com/blankj/androidutilcode/feature/core/network/NetworkActivity.java
@@ -31,7 +31,7 @@ public class NetworkActivity extends BaseBackActivity {
31
Handler mHandler = new Handler(new Handler.Callback() {
32
@Override
33
public boolean handleMessage(Message msg) {
34
- String text = (String) tvAboutNetworkAsync.getText();
+ String text = tvAboutNetworkAsync.getText().toString();
35
if (text.length() != 0) {
36
text += '\n';
37
}
0 commit comments