Skip to content

Commit

Permalink
call finishActivity instead of finish at pressing reminder Stop
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Jul 8, 2018
1 parent 4010ce3 commit bac8b80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ReminderActivity : SimpleActivity() {
}

reminder_stop.setOnClickListener {
finish()
finishActivity()
}
}

Expand Down

0 comments on commit bac8b80

Please sign in to comment.