Hide top row of favorites in favorites widget if it is directly below the clock widget favorites part
This commit is contained in:
@@ -36,4 +36,7 @@ interface WidgetDao {
|
||||
|
||||
@Query("SELECT EXISTS(SELECT 1 FROM Widget WHERE type = :type AND data = :data)")
|
||||
fun exists(type: String, data: String) : Flow<Boolean>
|
||||
|
||||
@Query("SELECT * FROM Widget ORDER BY position ASC LIMIT 1")
|
||||
fun getFirst() : Flow<WidgetEntity?>
|
||||
}
|
||||
Reference in New Issue
Block a user