mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 08:01:02 +00:00
feat: token lifetime stored
This commit is contained in:
@@ -111,6 +111,10 @@ class App : MultiDexApplication() {
|
||||
logger("Novel Extensions: ${novelExtensionManager.installedExtensionsFlow.first()}")
|
||||
NovelSources.init(novelExtensionManager.installedExtensionsFlow)
|
||||
}
|
||||
val commentsScope = CoroutineScope(Dispatchers.Default)
|
||||
commentsScope.launch {
|
||||
CommentsAPI.fetchAuthToken()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user