mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
fix to always render selfReactions with background color
= fix type of list in stringToArrayList Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
619d0f33f5
commit
f53f9381b8
@ -33,6 +33,6 @@ class ArrayListConverter {
|
|||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
return LoganSquare.parseList(value, List::class.java) as ArrayList<String>?
|
return LoganSquare.parseList(value, String::class.java) as ArrayList<String>?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user