feat: remove unnecessary notice

This commit is contained in:
oSumAtrIX 2023-07-05 15:57:17 +02:00 committed by GitHub
parent 3da3ce9e9a
commit be3955fee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -427,16 +427,6 @@ public class SponsorBlockSettingsFragment extends PreferenceFragment {
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() {