Increase slide up value.

This commit is contained in:
stonegate 2020-08-06 15:27:26 +08:00
parent d9349007fe
commit d5be6c13de
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class AudioPanelState extends State<AudioPanel> with TickerProviderStateMixin {
_end() async {
if (_slideDirection == SlideDirection.up) {
if (_move > 20) {
if (_move > 50) {
if (_animation.value > widget.maxHeight + 20) {
setState(() {
_animation =