Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unecessary override
  • Loading branch information
a-wallen committed Oct 28, 2022
commit f8982ccd70b6b9c913d59a828b6f962f20eaa876
3 changes: 0 additions & 3 deletions lib/web_ui/lib/window.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ abstract class SingletonFlutterWindow extends FlutterWindow {
platformDispatcher.onAccessibilityFeaturesChanged = callback;
}

@override
void updateSemantics(SemanticsUpdate update) => platformDispatcher.updateSemantics(update, this);

void sendPlatformMessage(
String name,
ByteData? data,
Expand Down