Increase slide up value.
This commit is contained in:
parent
d9349007fe
commit
d5be6c13de
|
@ -192,7 +192,7 @@ class AudioPanelState extends State<AudioPanel> with TickerProviderStateMixin {
|
||||||
|
|
||||||
_end() async {
|
_end() async {
|
||||||
if (_slideDirection == SlideDirection.up) {
|
if (_slideDirection == SlideDirection.up) {
|
||||||
if (_move > 20) {
|
if (_move > 50) {
|
||||||
if (_animation.value > widget.maxHeight + 20) {
|
if (_animation.value > widget.maxHeight + 20) {
|
||||||
setState(() {
|
setState(() {
|
||||||
_animation =
|
_animation =
|
||||||
|
|
Loading…
Reference in New Issue