mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video message recording improvements
This commit is contained in:
@@ -96,6 +96,10 @@ public final class ScreenCaptureDetectionManager {
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
var value = value
|
||||
#if DEBUG
|
||||
value = false
|
||||
#endif
|
||||
strongSelf.isRecordingActive = value
|
||||
if value {
|
||||
if strongSelf.screenRecordingCheckTimer == nil {
|
||||
|
||||
Reference in New Issue
Block a user