mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-03 14:30:12 +00:00
Update to 8.0.1 (2428)
This commit is contained in:
parent
368822d20f
commit
42feed0f42
351 changed files with 22083 additions and 13428 deletions
|
|
@ -13,12 +13,9 @@ public final class ContactsLoadingObserver {
|
|||
void onResult(boolean contactsLoaded);
|
||||
}
|
||||
|
||||
private final NotificationCenter.NotificationCenterDelegate observer = new NotificationCenter.NotificationCenterDelegate() {
|
||||
@Override
|
||||
public void didReceivedNotification(int id, int account, Object... args) {
|
||||
if (id == NotificationCenter.contactsDidLoad) {
|
||||
onContactsLoadingStateUpdated(account, false);
|
||||
}
|
||||
private final NotificationCenter.NotificationCenterDelegate observer = (id, account, args) -> {
|
||||
if (id == NotificationCenter.contactsDidLoad) {
|
||||
onContactsLoadingStateUpdated(account, false);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue