Fix some imports and remove unneeded functions(as per the upstream code).

This commit is contained in:
KotlinGeekDev
2025-03-11 13:56:16 +01:00
parent 3b140b16eb
commit 4855126d6d
2 changed files with 0 additions and 3 deletions
@@ -67,8 +67,6 @@ abstract class GeneralListEvent(
fun description() = tags.firstOrNull { it.size > 1 && it[0] == "description" }?.get(1)
fun nameOrTitle() = name()?.ifBlank { null } ?: title()?.ifBlank { null }
fun filterTagList(
key: String,
privateTags: Array<Array<String>>?,