Loading app/src/main/java/app/fedilab/android/mastodon/helper/SpannableHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ public class SpannableHelper { String[] tags = new String[]{}; while (matcherBottomTags.find()) { String stringTags = Objects.requireNonNull(matcherBottomTags.group()).trim(); tags = stringTags.split("\\s"); tags = stringTags.split("\\s\\n?"); } return tags; } Loading Loading
app/src/main/java/app/fedilab/android/mastodon/helper/SpannableHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ public class SpannableHelper { String[] tags = new String[]{}; while (matcherBottomTags.find()) { String stringTags = Objects.requireNonNull(matcherBottomTags.group()).trim(); tags = stringTags.split("\\s"); tags = stringTags.split("\\s\\n?"); } return tags; } Loading