You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Remove unused resources
This commit is contained in:
@@ -20,11 +20,6 @@ sealed class TappableHeadlineItem : DiffRvItem<TappableHeadlineItem>() {
|
||||
|
||||
// --- objects
|
||||
|
||||
object Hide : TappableHeadlineItem() {
|
||||
override val title = R.string.denylist
|
||||
override val icon = R.drawable.ic_hide_md2
|
||||
}
|
||||
|
||||
object ThemeMode : TappableHeadlineItem() {
|
||||
override val title = R.string.settings_dark_mode_title
|
||||
override val icon = R.drawable.ic_day_night
|
||||
|
||||
Reference in New Issue
Block a user