We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b62f068 + 3706a8d commit a9754b0Copy full SHA for a9754b0
src/main/kotlin/co/anbora/labs/firebase/ide/icons/FirebaseIcons.kt
@@ -8,6 +8,6 @@ object FirebaseIcons {
8
val FILE = getIcon("icon_file.svg")
9
10
private fun getIcon(path: String): Icon {
11
- return IconLoader.findIcon("/icons/$path") as Icon
+ return IconLoader.findIcon("/icons/$path", FirebaseIcons::class.java.classLoader) as Icon
12
}
13
0 commit comments