Merge pull request #87 from Nekogram/master

mge
This commit is contained in:
世界 2020-03-31 16:22:52 +08:00 committed by GitHub
commit 3b9187537c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11215,7 +11215,7 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
getMessagesController().loadChannelParticipants(currentChat.id);
}
}
if (chatFull.participants == null && chatInfo != null) {
if (chatInfo != null) {
chatFull.participants = chatInfo.participants;
}
}

View File

@ -412,7 +412,7 @@ public class StickersActivity extends BaseFragment implements NotificationCenter
suggestRow = rowCount++;
loopRow = rowCount++;
loopInfoRow = rowCount++;
featuredRow = rowCount++;
featuredRow = -1;
} else {
suggestRow = -1;
loopRow = -1;