Skip to content

Commit

Permalink
漏了个符号
Browse files Browse the repository at this point in the history
  • Loading branch information
sky130 authored Jun 14, 2024
1 parent c50ef14 commit f4758b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/github/miwu/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MainApplication : Application() {
context = applicationContext
}
MiotManager.configBase64{
Base64.encodeToString(it Base64.DEFAULT)
Base64.encodeToString(it,Base64.DEFAULT)
}
initClassList()
CrashHandler.instance.init(this)
Expand Down

0 comments on commit f4758b9

Please sign in to comment.