mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-29 16:10:47 -04:00
RecentSearchRoomEntity created and deprecated RecentSearchEntity
This commit is contained in:
parent
8eab87f02f
commit
92ce4255e4
@ -21,6 +21,7 @@ import io.objectbox.annotation.Entity
|
|||||||
import io.objectbox.annotation.Id
|
import io.objectbox.annotation.Id
|
||||||
import org.kiwix.kiwixmobile.core.data.local.entity.RecentSearch
|
import org.kiwix.kiwixmobile.core.data.local.entity.RecentSearch
|
||||||
|
|
||||||
|
@Deprecated(message = "Replaced with Room")
|
||||||
@Entity
|
@Entity
|
||||||
data class RecentSearchEntity(
|
data class RecentSearchEntity(
|
||||||
@Id var id: Long = 0L,
|
@Id var id: Long = 0L,
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
package org.kiwix.kiwixmobile.core.dao.entities
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user