Fixed thumbnail not loading

This commit is contained in:
tom5079
2022-01-08 10:06:45 +09:00
parent 502b4890e3
commit 74bbc71741
3 changed files with 5 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ fun reloadWhenFailedOrUpdate() = CoroutineScope(Dispatchers.Default).launch {
}
var isDebugBuild: Boolean = false
private lateinit var userAgent: String
lateinit var userAgent: String
class Pupil : Application() {