Skip to content

Commit

Permalink
Add NavigationBar screen to app components list
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Agarwal committed Jul 17, 2024
1 parent 2404455 commit 3151ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/src/commonMain/kotlin/org/hisp/dhis/common/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ fun Main(
Components.TOGGLEABLE_INPUTS -> ToggleableInputsScreen(imageBitmapLoader)
Components.TAGS -> TagsScreen()
Components.SEARCH_BAR -> SearchBarScreen()
Components.NAVIGATION_BAR -> NavigationBarScreen()
Components.NO_COMPONENT_SELECTED -> NoComponentSelectedScreen()
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ enum class Components(val label: String) {
METADATA_AVATAR("Metadata Avatar"),
INDICATOR("Indicators"),
PARAMETER_SELECTOR("Parameter selector"),
NAVIGATION_BAR("Navigation Bar"),
NO_COMPONENT_SELECTED("No component selected"),
}

0 comments on commit 3151ca2

Please sign in to comment.