In my case, I put handler.removeCallbacks(null) in a wrong place which is onPause() instead of onDestroy().
handler.removeCallbacks(null)
onPause()
onDestroy()