Use Voyager on Source Preference screen (#8651)

This commit is contained in:
Ivan Iskandar
2022-12-03 01:14:18 +07:00
committed by GitHub
parent 75a687138d
commit 5b189a909b
7 changed files with 182 additions and 197 deletions
@@ -53,6 +53,9 @@ interface ThemingDelegate {
resIds += R.style.ThemeOverlay_Tachiyomi_Amoled
}
// For source preference theme
resIds += R.style.PreferenceThemeOverlay_Tachiyomi
return resIds
}
}