mirror of
https://github.com/stonega/tsacdop
synced 2025-02-18 04:20:37 +01:00
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 {
|
||||
if (_slideDirection == SlideDirection.up) {
|
||||
if (_move > 20) {
|
||||
if (_move > 50) {
|
||||
if (_animation.value > widget.maxHeight + 20) {
|
||||
setState(() {
|
||||
_animation =
|
||||
|
Loading…
x
Reference in New Issue
Block a user