Fix #1387, Change title to "New Event" after using event duplication
This commit is contained in:
parent
5aa35bfe7a
commit
6ecd48b14c
|
@ -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