Zoltan Demant
Zoltan Demant
[Heres a video](https://imgur.com/WPfAJo6) of how it looks.
That makes sense, but wouldnt it just result in the initial page (0) being shown in my example? I cant see how/why it would scroll to something like index=5 seemingly...
I can verify that a remember block is ran again when navigating back to the pager screen. Im using `AnimatedContent` to animate between list/pager, could that have an effect on...
I guess its going to be quite hard to test whether its being cancelled since I cant recreate this myself :( But Ill tweak it such that it uses a...
Ill start doing that, but I dont think that will fix the issue itself?
Building on top of this, Id love to hear your approach and thoughts on rocking child scenes inside a viewpager - where the parent scene controls the whole view (e.g....
Thanks for getting back to me about it! The sub-screens do indeed have a ton of logic, and theyre really only part of a viewpager in order to make switching...
If you have an entity with a list of other entities, shouldnt the other entities changing also trigger the parents change? E.g.: 1. `ExerciseEntity` has a list of `BodypartEntity` 2....
@Mori-Atsushi Thank you, that works :) While on the topic, I saw that appcompat would replace material - is it possible to make both optional? My application is entirely written...
**I think I made a discovery!** I just noticed that a screen with a `BottomSheetScaffold` would always return to its last state after navigating away and coming back to it....