Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
ApplebaumIan committed Sep 14, 2021
1 parent 9e7d60c commit 0c9aee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SwiftUI Apple Watch Decimal Pad/DigetPadView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public struct EnteredText: View {
#endif

#if DEBUG
#if os(watchOS)
struct EnteredText_Previews: PreviewProvider {
static var previews: some View {
EnteredText( text: .constant(""), presentedAsModal: .constant(true), style: .numbers)
Expand Down Expand Up @@ -245,6 +246,7 @@ struct TextField_Previews: PreviewProvider {
}
}
#endif
#endif
#if os(watchOS)
@available(iOS 13.0, watchOS 6.0, *)
struct TextViewStyle: ButtonStyle {
Expand Down

0 comments on commit 0c9aee1

Please sign in to comment.