Merge branch 'dev' into m_10.12.0
This commit is contained in:
commit
ffc9d36a44
@ -15,7 +15,7 @@ repositories {
|
||||
}
|
||||
|
||||
def verName = "10.12.0"
|
||||
def verCode = 1175
|
||||
def verCode = 1176
|
||||
|
||||
|
||||
def officialVer = "10.12.0"
|
||||
|
@ -4052,6 +4052,9 @@ public class ArticleViewer implements NotificationCenter.NotificationCenterDeleg
|
||||
if (object instanceof TLRPC.RichText) {
|
||||
TLRPC.RichText richText = (TLRPC.RichText) object;
|
||||
CharSequence innerText = getText(adapter[0], null, richText, richText, block, 1000);
|
||||
if (!TextUtils.isEmpty(innerText)) {
|
||||
textToSearchIn = innerText.toString().toLowerCase();
|
||||
}
|
||||
} else if (object instanceof String) {
|
||||
textToSearchIn = ((String) object).toLowerCase();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user