mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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() {
|
void AddParticipantsBoxController::prepareViewHook() {
|
||||||
updateTitle();
|
updateTitle();
|
||||||
|
|
||||||
|
TrackPremiumRequiredChanges(this, lifetime());
|
||||||
}
|
}
|
||||||
|
|
||||||
int AddParticipantsBoxController::alreadyInCount() const {
|
int AddParticipantsBoxController::alreadyInCount() const {
|
||||||
|
@ -713,8 +715,6 @@ void AddSpecialBoxController::prepare() {
|
||||||
loadMoreRows();
|
loadMoreRows();
|
||||||
}
|
}
|
||||||
delegate()->peerListRefreshRows();
|
delegate()->peerListRefreshRows();
|
||||||
|
|
||||||
TrackPremiumRequiredChanges(this, lifetime());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AddSpecialBoxController::prepareChatRows(not_null<ChatData*> chat) {
|
void AddSpecialBoxController::prepareChatRows(not_null<ChatData*> chat) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue