Skip to content

Commit

Permalink
fix: font download
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Nov 12, 2022
1 parent 7db2661 commit cc6caab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/kotlin/impl/MemeZZKIA.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ public class MemeZZKIA : MemeService {
else -> {}
}
loadJob = MemeService.launch {
try {
@Suppress("INVISIBLE_MEMBER")
MiraiSkiaPlugin.loadJob.join()
} catch (_: NoSuchMethodError) {
//
}
val zzkia = folder.resolve("zzkia.jpg")
if (zzkia.exists().not()) {
try {
Expand Down

0 comments on commit cc6caab

Please sign in to comment.