2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix build with Xcode.

This commit is contained in:
John Preston
2022-12-24 08:15:20 +04:00
parent 12dd72bddf
commit aacb720664
3 changed files with 2 additions and 3 deletions

View File

@@ -618,7 +618,6 @@ void UserpicButton::processPeerPhoto() {
if (_showPeerUserpic) {
_peer->loadUserpic();
} else if (_nonPersonalView) {
AssertIsDebug();
showNonPersonal->load(Data::FileOriginFullUser{
peerToUser(user->id),
});