dazza5000
dazza5000
@zhuinden is this one good?
Is this because loadFromDb() is already on main thread? I don't understand why there is a distinction.
@michelleb-stripe - is there a ticket to track to see when/if this will be/is implemented?
I did some of the work here: https://github.com/larryaasen/upgrader/pull/27
How would I achieve a similar setup, but instead of calling release on the sub-modules, we are caling uploadArchives on each sub-module. This used to work on Gradle 4.x, but...
@Lime94 try using setRestoreState in your navOptions too ``` navOptionsBuilder.setRestoreState(true) navController?.graph?.findStartDestination()?.id?.let { navOptionsBuilder.setPopUpTo( it, popUpToInclusive, saveState = true ) } ``` NVM - this still wont fix the backstack if...
The referenced implementation is here: https://github.com/androidx/androidx/blob/androidx-main/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/Pager.kt
thank you for all of your work @hoisie I've updated to the latest release of Robolectric and still experience similar exceptions to the one in this issue - does anyone...
Created this https://github.com/SmartToolFactory/Compose-Cropper/pull/43