From be0f37b779ba3358b7dad08f304f3594b765b7ed Mon Sep 17 00:00:00 2001 From: polymorphicshade Date: Mon, 21 Feb 2022 13:48:44 -0700 Subject: [PATCH] forgot to fix one more thing from the merge issue (fixes #145) --- .../org/schabi/newpipe/settings/SettingsResourceRegistry.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/org/schabi/newpipe/settings/SettingsResourceRegistry.java b/app/src/main/java/org/schabi/newpipe/settings/SettingsResourceRegistry.java index ebee9b3d3..11a176f32 100644 --- a/app/src/main/java/org/schabi/newpipe/settings/SettingsResourceRegistry.java +++ b/app/src/main/java/org/schabi/newpipe/settings/SettingsResourceRegistry.java @@ -40,6 +40,7 @@ public final class SettingsResourceRegistry { add(UpdateSettingsFragment.class, R.xml.update_settings); add(VideoAudioSettingsFragment.class, R.xml.video_audio_settings); add(SponsorBlockSettingsFragment.class, R.xml.sponsor_block_settings); + add(SponsorBlockCategoriesSettingsFragment.class, R.xml.sponsor_block_category_settings); add(ExtraSettingsFragment.class, R.xml.extra_settings); }