Skip to content

Commit

Permalink
Fix kdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Nov 17, 2023
1 parent f26faa7 commit 193ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/orange/ods/app/ui/AppBarState.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface AppBarManager {
/**
* AppBar state source of truth.
*
* The app bar is managed according to the [Screen] displayed except when its type is [ScreenType.WithCustomizableTopAppBar]. In this case, the app bar is
* The app bar is managed according to the [Screen] displayed except when the screen has a custom app bar. In this case, the app bar is
* displayed according to the provided [AppBarConfiguration].
*/
class AppBarState(
Expand Down

0 comments on commit 193ee8b

Please sign in to comment.