Get rid of LiveData

This commit is contained in:
MM20
2023-04-20 21:50:03 +02:00
parent 0e40355ae1
commit d1482ad112
77 changed files with 433 additions and 816 deletions
@@ -1,13 +1,10 @@
package de.mm20.launcher2.database
import androidx.lifecycle.LiveData
import androidx.room.*
import de.mm20.launcher2.database.entities.IconEntity
import de.mm20.launcher2.database.entities.IconPackEntity
import kotlinx.coroutines.flow.Flow
internal val AppTypes = listOf("app", "calendar", "clock")
@Dao
interface IconDao {
@Insert