Skip to content

Commit 70af3bb

Browse files
committed
fixes
1 parent 07bcc9c commit 70af3bb

30 files changed

+954
-1082
lines changed

‎Telegram-Mac.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Telegram-Mac/AppDelegate.swift

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import LocalAuthentication
1212
//import WalletCore
1313
import OpenSSLEncryption
1414
import CoreSpotlight
15-
import DDHotKey
1615

1716
#if !APP_STORE
1817
import AppCenter

‎Telegram-Mac/CallNavigationHeaderView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class CallHeaderBasicView : NavigationHeaderView {
167167
statusTextView.centerY(x: muteControl.frame.maxX + 6)
168168
callInfo.center()
169169
endCall.centerY(x: frame.width - endCall.frame.width - 25)
170-
_ = callInfo.sizeToFit(NSZeroSize, NSMakeSize(frame.width - 30 - endCall.frame.width - 90, callInfo.frame.height), thatFit: true)
170+
_ = callInfo.sizeToFit(NSZeroSize, NSMakeSize(frame.width - statusTextView.frame.width - 30 - endCall.frame.width - 90, callInfo.frame.height), thatFit: true)
171171
callInfo.center()
172172
}
173173

‎Telegram-Mac/CallSettingsController.swift

+10-348
Large diffs are not rendered by default.

‎Telegram-Mac/CoreExtension.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2816,7 +2816,7 @@ func requestMediaPermission(_ type: AVFoundation.AVMediaType) -> Signal<Bool, No
28162816
return ActionDisposable {
28172817
cancelled = true
28182818
}
2819-
}
2819+
} |> runOn(.concurrentDefaultQueue()) |> deliverOnMainQueue
28202820
} else {
28212821
return .single(true)
28222822
}

0 commit comments

Comments
 (0)