mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +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;
|
||||
|
||||
@@ -126,6 +126,7 @@ class _PagesPanelState extends State<PagesPanel> {
|
||||
child: InkWell(
|
||||
onTap: () => {
|
||||
widget.changeFuc(
|
||||
null,
|
||||
widget.bvid,
|
||||
widget.pages[i].cid,
|
||||
IdUtils.bv2av(widget.bvid),
|
||||
|
||||
Reference in New Issue
Block a user