File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Sources/SwiftUINavigation/Internal Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ extension View {
9
9
@available (
10
10
* ,
11
11
deprecated,
12
- message: """
12
+ message:
13
+ """
13
14
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
14
15
"""
15
16
)
@@ -28,7 +29,8 @@ extension View {
28
29
@available (
29
30
* ,
30
31
deprecated,
31
- message: """
32
+ message:
33
+ """
32
34
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
33
35
"""
34
36
)
@@ -48,7 +50,8 @@ extension View {
48
50
@available (
49
51
* ,
50
52
deprecated,
51
- message: """
53
+ message:
54
+ """
52
55
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
53
56
"""
54
57
)
@@ -67,7 +70,8 @@ extension View {
67
70
@available (
68
71
* ,
69
72
deprecated,
70
- message: """
73
+ message:
74
+ """
71
75
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
72
76
"""
73
77
)
@@ -87,7 +91,8 @@ extension View {
87
91
@available (
88
92
* ,
89
93
deprecated,
90
- message: """
94
+ message:
95
+ """
91
96
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
92
97
"""
93
98
)
@@ -106,7 +111,8 @@ extension View {
106
111
@available (
107
112
* ,
108
113
deprecated,
109
- message: """
114
+ message:
115
+ """
110
116
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
111
117
"""
112
118
)
@@ -126,7 +132,8 @@ extension View {
126
132
@available (
127
133
* ,
128
134
deprecated,
129
- message: """
135
+ message:
136
+ """
130
137
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
131
138
"""
132
139
)
@@ -145,7 +152,8 @@ extension View {
145
152
@available (
146
153
* ,
147
154
deprecated,
148
- message: """
155
+ message:
156
+ """
149
157
'View.alert' now passes an optional action to its handler to allow you to handle action-less dismissals.
150
158
"""
151
159
)
You can’t perform that action at this time.
0 commit comments