simple-stack icon indicating copy to clipboard operation
simple-stack copied to clipboard

Extensions should support Fragment in-app predictive back animations

Open Zhuinden opened this issue 9 months ago • 0 comments

https://github.com/Zhuinden/simple-stack-extensions With Fragment 2.7.0 out, that only supports predictive back when using fragmentManager.addToBackStack() requires creating a new version of the DefaultFragmentStateChanger, that would hopefully seamlessly micromanage the transactions that get the UI to be in the expected state.

It might seem a bit scary at first, but it'll have to be done sooner or later.

See https://developer.android.com/jetpack/androidx/releases/fragment#1.7.0

Zhuinden avatar May 02 '24 10:05 Zhuinden