Unverified Commit 6c8d5f1b authored by Hans Muller's avatar Hans Muller Committed by GitHub

Stop Gallery the logo to back-button cross fade shaking (#17513)

parent 674e44f3
...@@ -291,7 +291,7 @@ class _GalleryHomeState extends State<GalleryHome> with SingleTickerProviderStat ...@@ -291,7 +291,7 @@ class _GalleryHomeState extends State<GalleryHome> with SingleTickerProviderStat
static Widget _animatedSwitcherLayoutBuilder(List<Widget> children) { static Widget _animatedSwitcherLayoutBuilder(List<Widget> children) {
return new Stack( return new Stack(
children: children, children: children,
alignment: Alignment.topLeft, alignment: Alignment.center,
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment