Skip to content

Commit e2916f9

Browse files
author
Programistich
committed
[Infrared] Fix navigation to layout for iOS 17
1 parent dd1427d commit e2916f9

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)