mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +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