ios radars page scroll physics bug fixed
This commit is contained in:
parent
0d889c7a20
commit
ce0b7f47a2
|
|
@ -65,7 +65,7 @@ class _RadarState extends State<Radar> {
|
|||
CustomScrollView(
|
||||
physics: _isAnimating
|
||||
? const NeverScrollableScrollPhysics()
|
||||
: const ScrollPhysics(),
|
||||
: const ClampingScrollPhysics(),
|
||||
controller: _scrollController,
|
||||
slivers: [
|
||||
const SliverToBoxAdapter(child: LogoAppBar()),
|
||||
|
|
|
|||
Loading…
Reference in New Issue