Skip to content

Commit 63650d9

Browse files
committed
Remember to also add note to other setParentServices() call docs
1 parent 9019cea commit 63650d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

simple-stack/src/main/java/com/zhuinden/simplestack/Backstack.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ BackHandlingModel getBackHandlingModel() {
227227

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

0 commit comments

Comments
 (0)