整理:code review & 精简无用资源

pull/473/head
pppscn 2 months ago
parent 89fcf65b72
commit 65581cf4dc

@ -58,6 +58,4 @@ interface RuleDao {
@Query("SELECT * FROM Rule ORDER BY id DESC")
fun getAll(): Single<List<Rule>>
@RawQuery
fun replaceTags(query: SupportSQLiteQuery): Int
}

@ -63,7 +63,4 @@ interface SenderDao {
@Query("SELECT COUNT(id) FROM Sender WHERE status = 1")
fun getOnCount(): Flow<Long>
@RawQuery
fun replaceTags(query: SupportSQLiteQuery): Int
}
Loading…
Cancel
Save