mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 17:18:13 +08:00
@@ -290,7 +290,6 @@ class _ReplyPageState extends CommonRichTextPubPageState<ReplyPage> {
|
||||
children: [
|
||||
item(
|
||||
onTap: () async {
|
||||
controller.keepChatPanel();
|
||||
final ({String title, String url})? res = await Get.to(
|
||||
ReplySearchPage(type: widget.replyType, oid: widget.oid),
|
||||
);
|
||||
@@ -301,7 +300,6 @@ class _ReplyPageState extends CommonRichTextPubPageState<ReplyPage> {
|
||||
rawText: '${res.url} ',
|
||||
);
|
||||
}
|
||||
controller.restoreChatPanel();
|
||||
},
|
||||
icon: Icon(Icons.post_add, size: 28, color: color),
|
||||
title: '插入内容',
|
||||
|
||||
@@ -428,9 +428,8 @@ class _SendDanmakuPanelState extends CommonTextPubPageState<SendDanmakuPanel> {
|
||||
);
|
||||
}
|
||||
|
||||
Future<void> _showColorPicker() async {
|
||||
controller.keepChatPanel();
|
||||
await showDialog(
|
||||
void _showColorPicker() {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) => AlertDialog(
|
||||
clipBehavior: Clip.hardEdge,
|
||||
@@ -446,7 +445,6 @@ class _SendDanmakuPanelState extends CommonTextPubPageState<SendDanmakuPanel> {
|
||||
),
|
||||
),
|
||||
);
|
||||
controller.restoreChatPanel();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user