2
0
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:
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, 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) }