mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Locally hide notification text when locked
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import Foundation
|
||||
|
||||
public struct NotificationsPresentationData: Codable, Equatable {
|
||||
public var applicationLockedMessageString: String
|
||||
|
||||
public init(applicationLockedMessageString: String) {
|
||||
self.applicationLockedMessageString = applicationLockedMessageString
|
||||
}
|
||||
}
|
||||
|
||||
public func notificationsPresentationDataPath(rootPath: String) -> String {
|
||||
return rootPath + "/notificationsPresentationData.json"
|
||||
}
|
||||
Reference in New Issue
Block a user