mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
fix pm send btn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -300,7 +300,10 @@ class _WhisperDetailPageState
|
|||||||
if (enablePublish) {
|
if (enablePublish) {
|
||||||
_whisperDetailController.sendMsg(
|
_whisperDetailController.sendMsg(
|
||||||
message: editController.rawText,
|
message: editController.rawText,
|
||||||
onClearText: editController.clear,
|
onClearText: () {
|
||||||
|
editController.clear();
|
||||||
|
this.enablePublish.value = false;
|
||||||
|
},
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user