Skip to content

Commit 3fce93d

Browse files
authored
Merge pull request #256 from flipperdevices/fix/infrared-navigation
[Infrared] Fix navigation to layout for iOS 17
2 parents dd1427d + e2916f9 commit 3fce93d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Flipper/Packages/UI/Sources/Infrared/Signal/InfraredChooseSignal.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ extension InfraredView {
160160
viewState = .display(signal, .default)
161161
case .file(let file):
162162
isFinalSignal = true
163+
164+
// FIXME: Navigaion bug when call in onAppear/task
165+
try? await Task.sleep(seconds: 0.5)
163166
path.append(Destination.layout(file))
164167
}
165168
} catch let error as InfraredModel.Error.Network {

0 commit comments

Comments
 (0)