-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
AdditionalSymbols are never detected as hastag, due to this line of code:
HashTagHelper.java, lie 136:
if(sign == '#'){
startIndexOfNextHashSign = index;
nextNotLetterDigitCharIndex = findNextValidHashTagChar(text, startIndexOfNextHashSign);
setColorForHashTagToTheEnd(startIndexOfNextHashSign, nextNotLetterDigitCharIndex);
}
It only compares with '#'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels