We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5807f5a commit 033cde4Copy full SHA for 033cde4
app/src/main/java/io/github/chsbuffer/revancedxposed/Helper.kt
@@ -115,10 +115,10 @@ private val resourceLoader by lazy @RequiresApi(Build.VERSION_CODES.R) {
115
}
116
117
fun Context.addModuleAssets() {
118
-// if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
119
-// resources.addLoaders(resourceLoader)
120
-// return
121
-// }
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
+ resources.addLoaders(resourceLoader)
+ return
+ }
122
123
resources.assets.callMethod("addAssetPath", XposedInit.modulePath)
124
0 commit comments