report sc

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2026-01-03 15:44:37 +08:00
parent 2b5f111fb1
commit fd06fa9cc4
19 changed files with 678 additions and 397 deletions

View File

@@ -359,9 +359,7 @@ class _WhisperDetailPageState
}
@override
Future<void> onMention([bool fromClick = false]) {
return Future.syncValue(null);
}
Future<void>? onMention([bool fromClick = false]) => null;
@override
void onSave() {}