点击后页面卡死APP出现无响应,但删除事件执行成功
这是因为 deleteAll 是阻塞方法,需要改用 deleteAllInBackground().subscribe(/* 略 */)
deleteAllInBackground().subscribe(/* 略 */)