mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 06:15:51 +08:00
@@ -110,7 +110,7 @@ class _RepostPanelState extends CommonRichTextPubPageState<RepostPanel> {
|
||||
buildPanelContainer(theme, Colors.transparent),
|
||||
] else ...[
|
||||
..._buildEditPanel(theme),
|
||||
..._biuldDismiss(theme),
|
||||
..._buildDismiss(theme),
|
||||
],
|
||||
],
|
||||
);
|
||||
@@ -347,7 +347,7 @@ class _RepostPanelState extends CommonRichTextPubPageState<RepostPanel> {
|
||||
),
|
||||
);
|
||||
|
||||
List<Widget> _biuldDismiss(ThemeData theme) => [
|
||||
List<Widget> _buildDismiss(ThemeData theme) => [
|
||||
const SizedBox(height: 10),
|
||||
Divider(
|
||||
height: 1,
|
||||
|
||||
Reference in New Issue
Block a user