Update Glance v1.0.0-beta01 (#9551)

(cherry picked from commit a458bd9fdb1750bde246df438d13dfa1d79185be)
This commit is contained in:
Ivan Iskandar
2023-05-28 09:59:21 +07:00
committed by Jobobby04
parent 38abea0513
commit aafb685bf5
5 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ class App : Application(), DefaultLifecycleObserver, ImageLoaderFactory {
setAppCompatDelegateThemeMode(Injekt.get<UiPreferences>().themeMode().get())
// Updates widget update
with(TachiyomiWidgetManager(Injekt.get())) {
with(TachiyomiWidgetManager(Injekt.get(), Injekt.get())) {
init(ProcessLifecycleOwner.get().lifecycleScope)
}