mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: later view page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -78,9 +78,11 @@ class _WhisperPageState extends State<WhisperPage> {
|
||||
_whisperController.onRefresh(),
|
||||
]);
|
||||
},
|
||||
// TODO: refactor
|
||||
child: ListView(
|
||||
padding: EdgeInsets.only(bottom: 80),
|
||||
controller: _scrollController,
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
children: [
|
||||
LayoutBuilder(
|
||||
builder: (BuildContext context, BoxConstraints constraints) {
|
||||
|
||||
Reference in New Issue
Block a user