mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The UserAccountsDrawerHeader had a bug with the arrow rotating whenever setState was called on its parent. This change makes sure that we check that the state actually changed before allowing the animation to trigger. Fixes #25801