use of org.telegram.messenger.NotificationCenter in project Telegram-FOSS by Telegram-FOSS-Team.
the class TrendingStickersLayout method recycle.
public void recycle() {
final NotificationCenter notificationCenter = NotificationCenter.getInstance(currentAccount);
notificationCenter.removeObserver(this, NotificationCenter.stickersDidLoad);
notificationCenter.removeObserver(this, NotificationCenter.featuredStickersDidLoad);
}
Aggregations