D1APP-90 arrow button bug fixed
This commit is contained in:
parent
32f61f01db
commit
a8132e6452
|
|
@ -51,6 +51,8 @@ class _FloatingNavigationBarState extends State<FloatingNavigationBar> {
|
|||
@override
|
||||
void didUpdateWidget(covariant FloatingNavigationBar oldWidget) {
|
||||
_comments = widget.comments;
|
||||
_isScrolled = false;
|
||||
_handleScroll();
|
||||
super.didUpdateWidget(oldWidget);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue