mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
c30fd83ee3
commit
a2bdb8aa31
@ -11930,9 +11930,8 @@ public final class PeerInfoScreenImpl: ViewController, PeerInfoScreen, KeyShortc
|
|||||||
self.chatLocation = .peer(id: peerId)
|
self.chatLocation = .peer(id: peerId)
|
||||||
}
|
}
|
||||||
|
|
||||||
if isSettings, let starsContext = context.starsContext {
|
if isSettings {
|
||||||
self.starsContext = starsContext
|
self.starsContext = context.starsContext
|
||||||
starsContext.load()
|
|
||||||
} else {
|
} else {
|
||||||
self.starsContext = nil
|
self.starsContext = nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user