-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[animations] Pressing Android back button and the widget simultaneously causes the widget to disappear #91598
Copy link
Copy link
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listfound in release: 2.5Found to occur in 2.5Found to occur in 2.5found in release: 2.6Found to occur in 2.6Found to occur in 2.6has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: animationsThe animations packageThe animations packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listfound in release: 2.5Found to occur in 2.5Found to occur in 2.5found in release: 2.6Found to occur in 2.6Found to occur in 2.6has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: animationsThe animations packageThe animations packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
When I used the
animations(version 2.0.1) plug-in, I had a problem with my application. When I used theOpenContainercomponent to build a routing page, I clicked the icon to open the route and immediately hit the Back button again, and my icon disappeared.Steps to Reproduce
flutter create bug.Expected results:
Components built by closing disappear.
Actual results:
Components built by closing do not disappear.
Video Show:
device-2021-10-11-163601.mp4
Other issues:
When I hit the back button and scroll through the list, the animation positions don't match.
device-2021-10-11-171739.mp4
Logs