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)
|
||||
}
|
||||
|
||||
if isSettings, let starsContext = context.starsContext {
|
||||
self.starsContext = starsContext
|
||||
starsContext.load()
|
||||
if isSettings {
|
||||
self.starsContext = context.starsContext
|
||||
} else {
|
||||
self.starsContext = nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user