mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 01:26:59 +08:00
@@ -112,6 +112,7 @@ class _SharePanelState extends State<SharePanel> {
|
||||
gapSize: 10,
|
||||
itemCount: _userList.length,
|
||||
controller: _scrollController,
|
||||
padding: EdgeInsets.zero,
|
||||
childBuilder: (index) {
|
||||
final item = _userList[index];
|
||||
return GestureDetector(
|
||||
|
||||
Reference in New Issue
Block a user