mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Minor cleanup
This commit is contained in:
		| @@ -13,7 +13,7 @@ private const val listOfStringsSeparator = ", " | ||||
| val listOfStringsAdapter = object : ColumnAdapter<List<String>, String> { | ||||
|     override fun decode(databaseValue: String) = | ||||
|         if (databaseValue.isEmpty()) { | ||||
|             listOf() | ||||
|             emptyList() | ||||
|         } else { | ||||
|             databaseValue.split(listOfStringsSeparator) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user