mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fixing the method call for testing semantics (#14056)
This commit is contained in:
parent
ca9cd2df68
commit
268107d2fc
@ -40,7 +40,7 @@ class SemanticsHelper {
|
||||
isDesktop ? DesktopSemanticsEnabler() : MobileSemanticsEnabler();
|
||||
|
||||
bool shouldEnableSemantics(html.Event event) {
|
||||
return _enableSemantics.tryEnableSemantics(event);
|
||||
return _enableSemantics.shouldEnableSemantics(event);
|
||||
}
|
||||
|
||||
html.Element prepareAccesibilityPlaceholder() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user