You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added missing repositories
This commit is contained in:
@@ -52,7 +52,6 @@ class PolicyDao(
|
||||
}
|
||||
|
||||
fun update(policy: MagiskPolicy) = query<Replace> {
|
||||
|
||||
values(policy.toMap())
|
||||
}.ignoreElement()
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ package com.topjohnwu.magisk.data.database
|
||||
|
||||
import com.topjohnwu.magisk.data.database.base.*
|
||||
|
||||
class StringsDao : BaseDao() {
|
||||
class StringDao : BaseDao() {
|
||||
|
||||
override val table = DatabaseDefinition.Table.STRINGS
|
||||
|
||||
Reference in New Issue
Block a user