Change source preference theming fix (#8679)

This commit is contained in:
Ivan Iskandar
2022-12-05 12:10:11 +07:00
committed by GitHub
parent 99a717f849
commit 8945ef8880
2 changed files with 9 additions and 3 deletions
@@ -53,9 +53,6 @@ interface ThemingDelegate {
resIds += R.style.ThemeOverlay_Tachiyomi_Amoled
}
// For source preference theme
resIds += R.style.PreferenceThemeOverlay_Tachiyomi
return resIds
}
}