diff --git a/app/src/main/java/com/kunzisoft/keepass/services/KeyboardEntryNotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/services/KeyboardEntryNotificationService.kt index e74b34c22..eb3b4fcf0 100644 --- a/app/src/main/java/com/kunzisoft/keepass/services/KeyboardEntryNotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/services/KeyboardEntryNotificationService.kt @@ -154,7 +154,9 @@ class KeyboardEntryNotificationService : LockNotificationService() { if (toast) { Toast.makeText(context, - context.getString(R.string.keyboard_notification_entry_content_title, entry.title), + context.getString(R.string.keyboard_notification_entry_content_title, + entry.getVisualTitle() + ), Toast.LENGTH_SHORT).show() }