mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -91,6 +91,7 @@ mixin CommonSlideMixin<T extends CommonSlidePage> on State<T>, TickerProvider {
|
||||
Widget buildList(ThemeData theme) => throw UnimplementedError();
|
||||
|
||||
void _onDragEnd([_]) {
|
||||
if (_downDx == null) return;
|
||||
final dx = _downDx!;
|
||||
if (_animController.value * _maxWidth + (_isRTL ? (_maxWidth - dx) : dx) >=
|
||||
100) {
|
||||
|
||||
Reference in New Issue
Block a user