Show visual title when entry is available in Magikeyboard

This commit is contained in:
J-Jamet
2022-04-19 16:10:40 +02:00
parent 1ed1d4233f
commit 4e52a8cf60

View File

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