mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
chore: add unwaited futures to analysis options (#4485)
This commit is contained in:
parent
7be29c04a2
commit
05a06980b9
93 changed files with 441 additions and 452 deletions
|
@ -164,10 +164,10 @@ class _DocumentPageState extends State<DocumentPage> {
|
|||
// }
|
||||
// }
|
||||
|
||||
Future<void> _onNotificationAction(
|
||||
void _onNotificationAction(
|
||||
BuildContext context,
|
||||
NotificationActionState state,
|
||||
) async {
|
||||
) {
|
||||
if (state.action != null && state.action!.type == ActionType.jumpToBlock) {
|
||||
final path = state.action?.arguments?[ActionArgumentKeys.nodePath];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue