mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
fix: fixed search functionality
This commit is contained in:
parent
260e6e9daa
commit
560ac2df68
4 changed files with 13 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ import java.util.List;
|
|||
|
||||
@Dao
|
||||
public interface RecentSearchDao {
|
||||
@Query("SELECT * FROM recent_search ORDER BY search ASC")
|
||||
@Query("SELECT * FROM recent_search ORDER BY search DESC")
|
||||
List<String> getRecent();
|
||||
|
||||
@Insert(onConflict = OnConflictStrategy.REPLACE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue