mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-27 15:11:13 -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 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