Make linter happy

This commit is contained in:
世界
2024-03-16 21:34:19 +08:00
parent 78dd252b78
commit 75a35d3c97
23 changed files with 53 additions and 34 deletions

View File

@@ -31,6 +31,7 @@ class Application : Application() {
Seq.setContext(this)
@Suppress("OPT_IN_USAGE")
GlobalScope.launch(Dispatchers.IO) {
UpdateProfileWork.reconfigureUpdater()
}