mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
RecentSearchRoomEntity created and deprecated RecentSearchEntity
This commit is contained in:
parent
a76247ba07
commit
cc7291fcb6
@ -21,6 +21,7 @@ import io.objectbox.annotation.Entity
|
||||
import io.objectbox.annotation.Id
|
||||
import org.kiwix.kiwixmobile.core.data.local.entity.RecentSearch
|
||||
|
||||
@Deprecated(message = "Replaced with Room")
|
||||
@Entity
|
||||
data class RecentSearchEntity(
|
||||
@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