diff --git a/lib/http/video.dart b/lib/http/video.dart index 1b4ff0358..d65948644 100644 --- a/lib/http/video.dart +++ b/lib/http/video.dart @@ -133,6 +133,7 @@ class VideoHttp { 'bili-http-engine': 'cronet', }), ); + Utils.showCopyTextDialog(jsonEncode(res.data)); if (res.data['code'] == 0) { List list = []; List blackMidsList = GStorage.blackMidsList; diff --git a/lib/pages/mine/view.dart b/lib/pages/mine/view.dart index 5858a0975..3e5a97682 100644 --- a/lib/pages/mine/view.dart +++ b/lib/pages/mine/view.dart @@ -282,20 +282,13 @@ class _MinePageState extends State { child: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ - AnimatedSwitcher( - duration: const Duration(milliseconds: 400), - transitionBuilder: - (Widget child, Animation animation) { - return ScaleTransition(scale: animation, child: child); - }, - child: Text( - (_mineController.userStat.value.dynamicCount ?? '-') - .toString(), - key: ValueKey(_mineController - .userStat.value.dynamicCount - .toString()), - style: style, - ), + Text( + (_mineController.userStat.value.dynamicCount ?? '-') + .toString(), + key: ValueKey(_mineController + .userStat.value.dynamicCount + .toString()), + style: style, ), const SizedBox(height: 8), Text( @@ -333,19 +326,12 @@ class _MinePageState extends State { mainAxisSize: MainAxisSize.min, mainAxisAlignment: MainAxisAlignment.center, children: [ - AnimatedSwitcher( - duration: const Duration(milliseconds: 400), - transitionBuilder: - (Widget child, Animation animation) { - return ScaleTransition(scale: animation, child: child); - }, - child: Text( - (_mineController.userStat.value.follower ?? '-') - .toString(), - key: ValueKey( - _mineController.userStat.value.follower.toString()), - style: style, - ), + Text( + (_mineController.userStat.value.follower ?? '-') + .toString(), + key: ValueKey( + _mineController.userStat.value.follower.toString()), + style: style, ), const SizedBox(height: 8), Text(