Merge branch 'master' of github.com:SimpleMobileTools/Simple-Calendar
This commit is contained in:
commit
5e2d38b560
|
@ -145,6 +145,7 @@ class EventActivity : SimpleActivity() {
|
|||
|
||||
if (intent.getBooleanExtra(IS_DUPLICATE_INTENT, false)) {
|
||||
mEvent.id = null
|
||||
updateActionBarTitle(getString(R.string.new_event))
|
||||
} else {
|
||||
cancelNotification(mEvent.id!!)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue