kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix bug when highlighting search results.
rodzic
5bc44fa586
commit
62a2f3d8ba
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue