Skip to content

Commit

Permalink
Remember to also add note to other setParentServices() call docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Jul 3, 2023
1 parent 9019cea commit 63650d9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ BackHandlingModel getBackHandlingModel() {

/**
* Specifies the parent {@link Backstack} in which {@link Backstack#lookupService(String)} will happen if the service is not found in the current stack.
* <p>
* Must be called before calling {@link Backstack#setup(List)}.
* <p>
*
* @param parentServices the parent backstack to lookup services from if not found in current backstack
*/
Expand Down

0 comments on commit 63650d9

Please sign in to comment.