Cleanup resources and put comments where SY code is different from preview code

This commit is contained in:
Jobobby04
2020-06-19 20:50:16 -04:00
parent 7e5d095f8d
commit 4ef72194bb
114 changed files with 440 additions and 352 deletions
@@ -46,9 +46,11 @@ class AppModule(val app: Application) : InjektModule {
addSingletonFactory { Gson() }
// SY -->
addSingletonFactory { EHentaiUpdateHelper(app) }
addSingletonFactory { Markwon.create(app) }
// SY <--
// Asynchronously init expensive components for a faster cold start