We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048895e commit 14bfc7eCopy full SHA for 14bfc7e
lib/youtube/youtube_miniplayer.dart
@@ -796,7 +796,7 @@ class YoutubeMiniPlayerState extends State<YoutubeMiniPlayer> {
796
NamidaNavigator.inst.isInYTCommentsSubpage = true;
797
NamidaNavigator.inst.ytMiniplayerCommentsPageKey.currentState?.pushPage(
798
const YTMiniplayerCommentsSubpage(),
799
- maintainState: false,
+ maintainState: true, // vip to maintain scroll offset
800
);
801
},
802
child: Column(
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: namida
2
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
3
publish_to: "none"
4
-version: 4.9.8-beta+250208196
+version: 4.9.81-beta+250210180
5
6
environment:
7
sdk: ">=3.6.0 <4.0.0"
0 commit comments