2
0
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:
Albert Vaca Cintora
2023-04-22 23:20:17 +02:00
parent 32d6a346ab
commit b1a2257d4d

View File

@@ -20,7 +20,7 @@ class PluginItem(
textStyleRes: Int? = null,
) : this(
context = context,
header = plugin.displayName,
header = plugin.actionName,
textStyleRes = textStyleRes,
) {
this.action = { action(plugin) }