mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
improve Dyn/Topic DraggableScrollableSheet
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -42,11 +42,7 @@ class _DynamicsPageState extends CommonPageState<DynamicsPage>
|
||||
theme.colorScheme.secondaryContainer,
|
||||
),
|
||||
),
|
||||
onPressed: () {
|
||||
if (_dynamicsController.accountService.isLogin.value) {
|
||||
CreateDynPanel.onCreateDyn(context);
|
||||
}
|
||||
},
|
||||
onPressed: () => CreateDynPanel.onCreateDyn(context),
|
||||
icon: Icon(
|
||||
Icons.add,
|
||||
size: 18,
|
||||
|
||||
Reference in New Issue
Block a user