Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ public class AlarmClock extends Activity implements OnItemClickListener {
    protected void onDestroy() {
        super.onDestroy();
        ToastMaster.cancelToast();
        mCursor.deactivate();
        mCursor.close();
    }

    @Override