Skip to content

Commit

Permalink
Remove unsupported type error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Sep 13, 2024
1 parent cc8889f commit 781843a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ private void applyRange(SpannableStringBuilder ssb, String type, int start, int
depth);
setSpan(ssb, span, start, end);
break;
default:
throw new IllegalStateException("Unsupported type: " + type);
}
}

Expand Down

0 comments on commit 781843a

Please sign in to comment.