Video message recording improvements

This commit is contained in:
Ilya Laktyushin
2024-01-12 11:16:22 +04:00
parent cd6acadf41
commit d3faf52a4c
50 changed files with 3129 additions and 492 deletions

View File

@@ -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 {