mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-09 19:50:12 +00:00
Update to 5.13.0 (1818)
This commit is contained in:
parent
28eb8dfd0e
commit
f41b228a11
2574 changed files with 1023378 additions and 62330 deletions
|
|
@ -1001,6 +1001,9 @@ public class NotificationsCustomSettingsActivity extends BaseFragment {
|
|||
|
||||
private void updateSearchResults(final ArrayList<TLObject> result, final ArrayList<NotificationsSettingsActivity.NotificationException> exceptions, final ArrayList<CharSequence> names) {
|
||||
AndroidUtilities.runOnUIThread(() -> {
|
||||
if (!searching) {
|
||||
return;
|
||||
}
|
||||
searchRunnable = null;
|
||||
searchResult = exceptions;
|
||||
searchResultNames = names;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue