mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
parent
6d608bed98
commit
bdeaf4f27a
1 changed files with 2 additions and 2 deletions
|
@ -296,6 +296,8 @@ void AddParticipantsBoxController::itemDeselectedHook(
|
|||
|
||||
void AddParticipantsBoxController::prepareViewHook() {
|
||||
updateTitle();
|
||||
|
||||
TrackPremiumRequiredChanges(this, lifetime());
|
||||
}
|
||||
|
||||
int AddParticipantsBoxController::alreadyInCount() const {
|
||||
|
@ -713,8 +715,6 @@ void AddSpecialBoxController::prepare() {
|
|||
loadMoreRows();
|
||||
}
|
||||
delegate()->peerListRefreshRows();
|
||||
|
||||
TrackPremiumRequiredChanges(this, lifetime());
|
||||
}
|
||||
|
||||
void AddSpecialBoxController::prepareChatRows(not_null<ChatData*> chat) {
|
||||
|
|
Loading…
Add table
Reference in a new issue