Add hide read time setting

This commit is contained in:
Ilya Laktyushin
2024-01-04 20:00:45 +04:00
parent 90876a9ac4
commit 2bb75e1356
6 changed files with 163 additions and 34 deletions

View File

@@ -1945,6 +1945,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
mappedSource = .similarChannels
case .wallpapers:
mappedSource = .wallpapers
case .presence:
mappedSource = .presence
}
let controller = PremiumIntroScreen(context: context, modal: modal, source: mappedSource, forceDark: forceDark)
controller.wasDismissed = dismissed