mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 10:35:49 +01:00
feat: remove unnecessary notice
This commit is contained in:
parent
3da3ce9e9a
commit
be3955fee4
@ -427,16 +427,6 @@ public class SponsorBlockSettingsFragment extends PreferenceFragment {
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
Preference preference = new Preference(context);
|
|
||||||
category.addPreference(preference);
|
|
||||||
preference.setSummary(str("sb_about_made_by"));
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
|
||||||
preference.setSingleLineTitle(false);
|
|
||||||
}
|
|
||||||
preference.setSelectable(false);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void openGuidelines() {
|
private void openGuidelines() {
|
||||||
|
Loading…
Reference in New Issue
Block a user