spxbhuhb / adaptive

Consolidated full-stack application development library for Kotlin
https://adaptive.fun
Apache License 2.0
3 stars 0 forks source link

Consider making fragment finding functions deep by default #40

Closed toth-istvan-zoltan closed 4 months ago

toth-istvan-zoltan commented 4 months ago

Right now fragment finding functions are non-deep by default to avoid the expensive traversal in the fragment tree.

It seems like that in most use cases the deep traversal is used, so it would be better to have that as default.

toth-istvan-zoltan commented 4 months ago

Changed deep to true.