Fix date added when adding from browse source

Fixes #8059
This commit is contained in:
arkon
2022-09-25 13:09:25 -04:00
parent f0af3858e8
commit ec272f6c4e
4 changed files with 7 additions and 9 deletions

View File

@@ -187,7 +187,7 @@ class NotificationReceiver : BroadcastReceiver() {
}
context.startActivity(intent)
} else {
context.toast(context.getString(R.string.chapter_error))
context.toast(R.string.chapter_error)
}
}