Skip to content

Commit

Permalink
修复toByteArray
Browse files Browse the repository at this point in the history
  • Loading branch information
sky130 authored Jun 14, 2024
1 parent 7d9183f commit 7b84b87
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.toBytes(), Base64.DEFAULT)
Base64.encodeToString(it.toByteArray(), Base64.DEFAULT)
}
initClassList()
CrashHandler.instance.init(this)
Expand Down

0 comments on commit 7b84b87

Please sign in to comment.