-
Notifications
You must be signed in to change notification settings - Fork 6k
Remove deprecated TextInputClient scribble method code #36970
Remove deprecated TextInputClient scribble method code #36970
Conversation
| XCTAssertEqual([textInputPlugin.activeView.selectionRects count], 1u); | ||
| } | ||
|
|
||
| - (void)testScribbleSetSelectionRectsTICFails { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this test useful, or should I get a text exemption?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this adds any value. This patch remove the deprecated stuff in a two-step transition. I think we should land this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 we should just get an exempt.
| XCTAssertEqual([textInputPlugin.activeView.selectionRects count], 1u); | ||
| } | ||
|
|
||
| - (void)testScribbleSetSelectionRectsTICFails { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this adds any value. This patch remove the deprecated stuff in a two-step transition. I think we should land this.
|
Checked with @Hixie on Discord and this needs no exemption since it is all deletions (otherwise the bought would ask for an exemption). |
Cleans up some old methods that were deprecated in #36642 and the framework is currently switching off in flutter/flutter#104128.
Depends on flutter/flutter#104128.