Skip to content

Commit

Permalink
fix: Layout issue on iPad #2155
Browse files Browse the repository at this point in the history
  • Loading branch information
priyonto committed Oct 7, 2024
1 parent a643735 commit 87e4a0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ struct DFUUIView: View {
UIApplication.shared.isIdleTimerDisabled = false
}
}
.navigationViewStyle(StackNavigationViewStyle())
}

private var content: some View {
Expand Down

0 comments on commit 87e4a0d

Please sign in to comment.