We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e698ff5 commit 37de251Copy full SHA for 37de251
1 file changed
src/main/kotlin/com/github/lppedd/cc/CCBundle.kt
@@ -28,6 +28,7 @@ public object CCBundle {
28
29
@JvmStatic
30
public fun setLocale(locale: Locale) {
31
+ bundleReference?.clear()
32
bundleReference = null
33
bundleLocale = locale
34
}
0 commit comments