mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-02 07:05:09 +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,
|
textStyleRes: Int? = null,
|
||||||
) : this(
|
) : this(
|
||||||
context = context,
|
context = context,
|
||||||
header = plugin.displayName,
|
header = plugin.actionName,
|
||||||
textStyleRes = textStyleRes,
|
textStyleRes = textStyleRes,
|
||||||
) {
|
) {
|
||||||
this.action = { action(plugin) }
|
this.action = { action(plugin) }
|
||||||
|
Reference in New Issue
Block a user