fix channel handling
This commit is contained in:
parent
13fbd8e7a6
commit
77efd43bde
1 changed files with 1 additions and 2 deletions
|
@ -57,9 +57,8 @@ ChatInformationTabItemBase {
|
|||
handleScrollIntoView()
|
||||
}
|
||||
onAtYEndChanged: {
|
||||
if(tabBase.active && !tabBase.loading && chatInformationPage.isSuperGroup && (chatInformationPage.groupInformation.member_count > membersView.count) && membersView.atYEnd) {
|
||||
if(tabBase.active && !tabBase.loading && chatInformationPage.isSuperGroup && !chatInformationPage.isChannel && (chatInformationPage.groupInformation.member_count > membersView.count) && membersView.atYEnd) {
|
||||
tabBase.loading = true;
|
||||
console.log("LOAD MEMBERS BECAUSE ATYEND")
|
||||
fetchMoreMembersTimer.start()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue