mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Show visual title when entry is available in Magikeyboard
This commit is contained in:
@@ -154,7 +154,9 @@ class KeyboardEntryNotificationService : LockNotificationService() {
|
|||||||
|
|
||||||
if (toast) {
|
if (toast) {
|
||||||
Toast.makeText(context,
|
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()
|
Toast.LENGTH_SHORT).show()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user