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 deca85e commit 33e3711Copy full SHA for 33e3711
app/src/main/kotlin/com/chrxw/purenga/utils/ExtensionUtils.kt
@@ -168,7 +168,7 @@ object ExtensionUtils {
168
}
169
170
171
- fun Int.getStringFromMod(vararg formatArgs: Object): String {
+ fun Int.getStringFromMod(vararg formatArgs: Any): String {
172
return if (Helper.isXposed) {
173
EzXHelper.moduleRes.getString(this, formatArgs)
174
} else {
0 commit comments