Skip to content

Commit 5fd1e5d

Browse files
Merge pull request #3887 from Sergio0694/bugfix/invoke-actions-activity-crash
Fixed crash in InvokeActionsActivity sample page
2 parents ee38f3a + 6a0f838 commit 5fd1e5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Properties/Default.rd.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
<!-- Add your application specific runtime directives here. -->
2828
<Type Name="Windows.UI.Xaml.Controls.Border" Dynamic="Required Public" />
2929

30+
<!-- Fix for https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3883 -->
31+
<Type Name="Windows.UI.Xaml.Controls.TextBlock" Dynamic="Required Public" />
32+
3033
</Application>
3134
</Directives>

0 commit comments

Comments
 (0)