mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-06 19:14:49 +08:00
fix: bangumi like/coin/fav state
This commit is contained in:
@@ -37,8 +37,8 @@ class ActionItem extends StatefulWidget {
|
||||
|
||||
class ActionItemState extends State<ActionItem>
|
||||
with SingleTickerProviderStateMixin {
|
||||
late AnimationController? controller;
|
||||
late Animation<double>? _animation;
|
||||
AnimationController? controller;
|
||||
Animation<double>? _animation;
|
||||
|
||||
bool get _isThumbUp => widget.semanticsLabel == '点赞';
|
||||
late int _lastTime;
|
||||
|
||||
Reference in New Issue
Block a user