Fix #1387, Change title to "New Event" after using event duplication

This commit is contained in:
tanvir-ahmod 2021-06-13 10:49:26 +06:00
parent 5aa35bfe7a
commit 6ecd48b14c
1 changed files with 1 additions and 0 deletions

View File

@ -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!!)
}