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