Skip to content

Commit

Permalink
feat: remove unnecessary notice
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 5, 2023
1 parent 3da3ce9 commit be3955f
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,16 +427,6 @@ private void addAboutCategory(Context context, PreferenceScreen screen) {
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() {
Expand Down

0 comments on commit be3955f

Please sign in to comment.