mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
@@ -334,7 +334,7 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
||||
child: SizedBox(
|
||||
height: 100,
|
||||
child: PageView(
|
||||
key: const PageStorageKey('PageView'),
|
||||
key: const PageStorageKey(_PayCoinsPageState),
|
||||
physics: const CustomTabBarViewScrollPhysics(
|
||||
parent: ClampingScrollPhysics(),
|
||||
),
|
||||
|
||||
@@ -85,7 +85,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
|
||||
parent: ClampingScrollPhysics(),
|
||||
)
|
||||
: const AlwaysScrollableScrollPhysics(),
|
||||
key: const PageStorageKey<String>('评论'),
|
||||
key: const PageStorageKey(_VideoReplyPanelState),
|
||||
slivers: <Widget>[
|
||||
SliverPersistentHeader(
|
||||
pinned: false,
|
||||
|
||||
Reference in New Issue
Block a user