mirror of
https://github.com/YTVanced/Integrations
synced 2024-12-02 16:07:26 +00:00
remove pointless changes
This commit is contained in:
parent
3e5e99929b
commit
63061c0972
2 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ import static pl.jakubweg.SponsorBlockSettings.countSkips;
|
|||
import static pl.jakubweg.SponsorBlockSettings.setSeenGuidelines;
|
||||
import static pl.jakubweg.SponsorBlockSettings.showToastWhenSkippedAutomatically;
|
||||
import static pl.jakubweg.SponsorBlockSettings.uuid;
|
||||
import static pl.jakubweg.StringRef.sf;
|
||||
import static pl.jakubweg.StringRef.str;
|
||||
|
||||
|
||||
|
|
|
@ -222,7 +222,7 @@ public class SponsorBlockSettings {
|
|||
|
||||
public CharSequence getTitleWithDot() {
|
||||
return (lazyTitleWithDot == null) ?
|
||||
lazyTitleWithDot = Html.fromHtml(String.format("<font color=\"#%06X\">⬤</font> %s", this.color, title))
|
||||
lazyTitleWithDot = Html.fromHtml(String.format("<font color=\"#%06X\">⬤</font> %s", color, title))
|
||||
: lazyTitleWithDot;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue