Closed jscti closed 8 months ago
In the end I don't use PreferenceSubScreen but I created a sub screen that I handle with my app navController like any other screen. No limitation that way (appBar etc)
Feel free to close this issue if needed
In this case I'd say it would make sense to add this feature optionally to the existing PreferenceSubScreen
. It does not make sense to expose the internal hierarchy management as it would allow to destroy the libraries functionality if used wrongly...
For now I close that, feel free to add that as a pull request if you want to.
Me again :)
Would it be possible to have access to some of your internal
ProvidableCompositionLocal
to increase extendability ?For example, I want to create a custom preference like on Android system settings :
PreferenceSubScreen
But when trying to adapt
PreferenceSubScreen
, I got stuck due to internal restrictions :Thanks