Merge pull request #1394 from tanvir-ahmod/fix_1387

Fix #1387, Change title to "New Event" after using event duplication
This commit is contained in:
Tibor Kaputa 2021-07-05 23:06:42 +02:00 committed by GitHub
commit 0d0b701ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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!!)
}