Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Sep 29, 2023
1 parent 951653b commit a6bd3de
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ abstract class ParentNode<NavTarget : Any>(
}
}

/**
* If PermanentNavModel is provided in the constructor, it will be retrieved and used.
* Otherwise, it will be created internally.
*/
private fun retrievePermanentNavModel(navModel: NavModel<NavTarget, *>): PermanentNavModel<NavTarget>? =
when (navModel) {
is CombinedNavModel<NavTarget> -> {
Expand Down

0 comments on commit a6bd3de

Please sign in to comment.