handler及时清除消息
public void onDestroy() {
this.testView = null;
handler.removeCallbacksAndMessages(null);
}
handler及时清除消息
public void onDestroy() {
this.testView = null;
handler.removeCallbacksAndMessages(null);
}