Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 405 Bytes

File metadata and controls

6 lines (3 loc) · 405 Bytes

This repository reproduces a bug where parallax animations are drawn in the wrong z-index order on compose-navigation 8.2.0-beta02 when predictive back animations are enabled

During predictive back press animation, the pop entering fragment is drawn over the pop exiting fragment, resulting in a really janky look.

When disabling enableOnBackInvokedCallback in manifest, everything looks as expected