mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-03 00:29:42 +08:00
merge mine & media
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -68,6 +68,7 @@ class DynamicsController extends GetxController
|
||||
vmid: accountService.mid,
|
||||
pn: allFollowedUpsPage,
|
||||
orderType: 'attention',
|
||||
ps: 50,
|
||||
);
|
||||
if (res.isSuccess) {
|
||||
upData.value.upList ??= <UpItem>[];
|
||||
@@ -108,6 +109,7 @@ class DynamicsController extends GetxController
|
||||
vmid: accountService.mid,
|
||||
pn: allFollowedUpsPage,
|
||||
orderType: 'attention',
|
||||
ps: 50,
|
||||
);
|
||||
final res0 = await f1;
|
||||
if (!res0.isSuccess) {
|
||||
|
||||
@@ -34,9 +34,9 @@ class _DynamicsPageState extends State<DynamicsPage>
|
||||
tooltip: '发布动态',
|
||||
style: ButtonStyle(
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
backgroundColor: WidgetStateProperty.resolveWith((states) {
|
||||
return theme.colorScheme.secondaryContainer;
|
||||
}),
|
||||
backgroundColor: WidgetStatePropertyAll(
|
||||
theme.colorScheme.secondaryContainer,
|
||||
),
|
||||
),
|
||||
onPressed: () {
|
||||
if (_dynamicsController.accountService.isLogin.value) {
|
||||
|
||||
Reference in New Issue
Block a user