mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 11:37:36 +00:00
Fix #5867
This commit is contained in:
@@ -30,9 +30,9 @@ private class PatchedContext(base: Context) : ContextWrapper(base) {
|
||||
}
|
||||
|
||||
fun Resources.patch(): Resources {
|
||||
syncLocale()
|
||||
if (isRunningAsStub)
|
||||
addAssetPath(AppApkPath)
|
||||
syncLocale()
|
||||
return this
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user