Skip to content

Commit

Permalink
Update ICalDatabaseDao.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickunterwegs committed Feb 25, 2024
1 parent 9a32173 commit f506f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ DELETEs by Object
@RawQuery(observedEntities = [ICal4ListRel::class])
fun getSubEntriesFlow(query: SupportSQLiteQuery): Flow<List<ICal4ListRel>>

@Transaction
//@Transaction
@Query("SELECT * from icalobject WHERE _id = :key")
fun get(key: Long): LiveData<ICalEntity?>

Expand Down

0 comments on commit f506f2f

Please sign in to comment.