mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix bug when highlighting search results.
This commit is contained in:
@@ -54,7 +54,7 @@ public class SearchUtil {
|
||||
return text;
|
||||
}
|
||||
|
||||
SpannableString spanned = SpannableString.valueOf(text);
|
||||
SpannableString spanned = new SpannableString(text);
|
||||
List<Pair<Integer, Integer>> ranges;
|
||||
|
||||
switch (matchMode) {
|
||||
|
||||
Reference in New Issue
Block a user