Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Whoops, quick fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Oct 18, 2021
1 parent fc6c7a5 commit d7a87d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kuroba/app/buildnumber.property
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17405
17407
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private void parseSpans(ChanPostBuilder builder) {
tripcodeSpan = new SpannableString(tripcode);
tripcodeSpan.setSpan(new ColorizableForegroundColorSpan(ChanThemeColorId.PostNameColor), 0, tripcodeSpan.length(), 0);
tripcodeSpan.setSpan(new AbsoluteSizeSpanHashed(detailsSizePx), 0, tripcodeSpan.length(), 0);
tripcodeSpan.setSpan(new PosterTripcodeMarkerSpan(), 0, nameSpan.length(), 0);
tripcodeSpan.setSpan(new PosterTripcodeMarkerSpan(), 0, tripcodeSpan.length(), 0);
}
}

Expand Down

0 comments on commit d7a87d4

Please sign in to comment.