Skip to content

Commit

Permalink
1.9.1 (387)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Dec 2, 2024
1 parent 4023c2c commit 048dc29
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
16 changes: 8 additions & 8 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "feat/NCG-6326",
"revision" : "f2592f6c31e2a4b7f49a7968cef19721a8a7a8f3"
"branch" : "develop",
"revision" : "597a76fda9061acee5562a901ccabef38e37e034"
}
},
{
Expand Down Expand Up @@ -147,10 +147,10 @@
{
"identity" : "rive-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/rive-app/rive-ios.git",
"location" : "https://github.com/denis15yo/rive-ios",
"state" : {
"revision" : "52ab8860c3b2264cc44757cb8fc24689f5e1b564",
"version" : "5.11.3"
"branch" : "main",
"revision" : "c3fdfcce8dcd24ee2385e14a7e7932735cb4e6d3"
}
},
{
Expand Down Expand Up @@ -338,8 +338,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/trustwallet/wallet-core.git",
"state" : {
"revision" : "e34e9ba2ed6e571e2b0531a5cfe1495cea5258f7",
"version" : "4.1.19"
"revision" : "60ef068eb19138ac05b8bc3c966ef770ef9fc8f2",
"version" : "4.1.20"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "nicegram-package",
dependencies: [
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "feat/NCG-6326"),
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop")
]
)
Original file line number Diff line number Diff line change
Expand Up @@ -1041,11 +1041,10 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
videoThumbnails: [],
immediateThumbnailData: nil,
mimeType: "audio/ogg",
// mimeType: "audio/wav",
size: Int64(size),
attributes: [
.Audio(
isVoice: false,
isVoice: true,
duration: Int(duration),
title: "\(userDisplayName)-\(dateFormatter.string(from: date))",
performer: nil,
Expand Down
10 changes: 5 additions & 5 deletions submodules/TelegramUI/Sources/TelegramRootController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
}
)
}
}

Task {
try await Task.sleep(seconds: 0.5)
TosPopupPresenter().presentIfNeeded()
Task {
try await Task.sleep(seconds: 0.5)
TosPopupPresenter().presentIfNeeded()
}
}

didAppear = true
Expand Down

0 comments on commit 048dc29

Please sign in to comment.