This commit is contained in:
lixiaopeng
2021-01-28 19:46:51 +08:00
parent 61da360834
commit 781325b130
141 changed files with 3318 additions and 79 deletions

View File

@@ -70,7 +70,7 @@ public class UploadInTimeHandler {
}
public void stop() {
if (mHandler.hasMessages(MSG_DATA_CHANGED)) {
if (mHandler != null && mHandler.hasMessages(MSG_DATA_CHANGED)) {
mHandler.removeMessages(MSG_DATA_CHANGED);
mHandler = null;
}