Skip to content

Commit 33e3711

Browse files
committed
misc
1 parent deca85e commit 33e3711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/chrxw/purenga/utils/ExtensionUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ object ExtensionUtils {
168168
}
169169
}
170170

171-
fun Int.getStringFromMod(vararg formatArgs: Object): String {
171+
fun Int.getStringFromMod(vararg formatArgs: Any): String {
172172
return if (Helper.isXposed) {
173173
EzXHelper.moduleRes.getString(this, formatArgs)
174174
} else {

0 commit comments

Comments
 (0)