mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-18 09:36:52 +08:00
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user