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

This commit is contained in:
pppscn 2024-04-05 15:56:46 +08:00
parent 89fcf65b72
commit 65581cf4dc
2 changed files with 0 additions and 5 deletions

View File

@ -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
}

View File

@ -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
}