overlay: fixed padding after toggling it off, then on and changing orientation
This commit is contained in:
parent
adfc93a59c
commit
c4c95280ef
1 changed files with 4 additions and 2 deletions
|
@ -273,8 +273,10 @@ class FullscreenBodyState extends State<FullscreenBody> with SingleTickerProvide
|
|||
});
|
||||
_hideSystemUI();
|
||||
await _overlayAnimationController.reverse();
|
||||
setState(() {
|
||||
_frozenViewInsets = null;
|
||||
_frozenViewPadding = null;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue