This commit is contained in:
zhongchao
2021-01-29 17:41:51 +08:00
149 changed files with 3558 additions and 137 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;
}