Various fixes

This commit is contained in:
Ilya Laktyushin
2022-07-14 20:46:23 +02:00
124 changed files with 3573 additions and 618 deletions

View File

@@ -38,7 +38,7 @@ private func commitOwnershipTransferController(context: AccountContext, updatedP
controller?.theme = AlertControllerTheme(presentationData: presentationData)
contentNode?.theme = presentationData.theme
})
controller.dismissed = {
controller.dismissed = { _ in
presentationDataDisposable.dispose()
disposable.dispose()
}