mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 14:15:14 +00:00
Fix incorrect text showing in main activity plugin cards
This commit is contained in:
@@ -20,7 +20,7 @@ class PluginItem(
|
||||
textStyleRes: Int? = null,
|
||||
) : this(
|
||||
context = context,
|
||||
header = plugin.displayName,
|
||||
header = plugin.actionName,
|
||||
textStyleRes = textStyleRes,
|
||||
) {
|
||||
this.action = { action(plugin) }
|
||||
|
Reference in New Issue
Block a user