wealthfront / magellan

The simplest navigation library for Android.
Apache License 2.0
677 stars 70 forks source link

Fix NavigationTraverser indentation #301

Closed gerin98 closed 1 month ago

gerin98 commented 1 month ago

NavigationTraverser was exponentially increasing it's indentation the deeper the backstack. Once the backstack is deep enough, the logs become quite difficult to read. Here's an example showing the indentation issue as outputted by the test globalBackStackWithSiblingJourney. This PR fixes the issue highlighted by the test. Screenshot 2024-05-25 at 7 39 28 PM

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.