Commit e4720df2 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick
Browse files

Close AlarmClock cursor, don't just deactivate it.

Bug: 3082936
Change-Id: I1e7ba769cc920bd2da2823afb2932dd352c5a15e
parent 91ba0db0
......@@ -248,7 +248,7 @@ public class AlarmClock extends Activity implements OnItemClickListener {
protected void onDestroy() {
super.onDestroy();
ToastMaster.cancelToast();
mCursor.deactivate();
mCursor.close();
}
@Override
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment