mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 13:01:28 +03:00
replace Wrap with builder in PeerView for efficiency
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -138,7 +138,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
Divider().paddingOnly(right: 12),
|
||||
])),
|
||||
SliverFillRemaining(
|
||||
hasScrollBody: false,
|
||||
hasScrollBody: true,
|
||||
child: PeerTabPage().paddingOnly(right: 12.0),
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user