Merge branch 'fix'

This commit is contained in:
guozhigq
2024-06-16 18:43:33 +08:00
2 changed files with 2 additions and 3 deletions

View File

@ -117,6 +117,7 @@ class _VideoReplyNewDialogState extends State<VideoReplyNewDialog>
final String newText = currentText.substring(0, cursorPosition) +
emote.text! +
currentText.substring(cursorPosition);
message.value = newText;
_replyContentController.value = TextEditingValue(
text: newText,
selection:

View File

@ -196,9 +196,7 @@ class PiliSchame {
parameters: {'url': redirectUrl, 'type': 'url', 'pageTitle': ''},
);
}
}
if (path != null) {
} else if (path != null) {
final String area = path.split('/').last;
switch (area) {
case 'bangumi':