mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-02-24 07:37:40 +01:00
call finishActivity instead of finish at pressing reminder Stop
This commit is contained in:
parent
4010ce3317
commit
bac8b805aa
@ -136,7 +136,7 @@ class ReminderActivity : SimpleActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reminder_stop.setOnClickListener {
|
reminder_stop.setOnClickListener {
|
||||||
finish()
|
finishActivity()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user