You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maui/platform-specific/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,4 @@ The .NET MAUI Community Toolkit provides a set of platform specific features as
12
12
| Feature | Description |
13
13
| --------- | ----------- |
14
14
|[`Android NavigationBar`](navigation-bar.md)| The `NavigationBar` provides the ability to customize the appearance of the Navigation Bar on the Android platform. |
15
+
| [`DialogFragment customization`](DialogFragment-customization.md) | The `DialogFragment` is Android's view used to show modal pages, and if you want to access its platform APIs and lifecycle this is the best place to hook into.
0 commit comments