mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
fix action bar
This commit is contained in:
committed by
bggRGjQaUbCoE
parent
47ad1adfdc
commit
cf4ad87b20
@@ -237,17 +237,7 @@ class _MusicDetailPageState extends CommonDynPageState<MusicDetailPage> {
|
|||||||
child: SlideTransition(
|
child: SlideTransition(
|
||||||
position: controller.fabAnim,
|
position: controller.fabAnim,
|
||||||
child: controller.showDynActionBar
|
child: controller.showDynActionBar
|
||||||
? Align(
|
? Column(
|
||||||
alignment: Alignment.bottomRight,
|
|
||||||
child: Padding(
|
|
||||||
padding: EdgeInsets.only(
|
|
||||||
right: 14,
|
|
||||||
bottom: padding.bottom + 14,
|
|
||||||
),
|
|
||||||
child: replyButton,
|
|
||||||
),
|
|
||||||
)
|
|
||||||
: Column(
|
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
crossAxisAlignment: CrossAxisAlignment.end,
|
crossAxisAlignment: CrossAxisAlignment.end,
|
||||||
children: [
|
children: [
|
||||||
@@ -342,6 +332,16 @@ class _MusicDetailPageState extends CommonDynPageState<MusicDetailPage> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
)
|
||||||
|
: Align(
|
||||||
|
alignment: Alignment.bottomRight,
|
||||||
|
child: Padding(
|
||||||
|
padding: EdgeInsets.only(
|
||||||
|
right: 14,
|
||||||
|
bottom: padding.bottom + 14,
|
||||||
|
),
|
||||||
|
child: replyButton,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user