Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a433ed9

Browse files
authored
v1.12.13+hotfix.7 cherry-picks (#15700)
* google/skia@a640745 Disable QCOM_tiled_rendering while we wait for test devices * bcb8267 Revert "Do not default to downstream affinity on iOS insertText"
1 parent 2994f7e commit a433ed9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': 'c3ff97a98b74554854b5822797c6b7b431f4d8d2',
29+
'skia_revision': 'a640745ce52ea6ac9c1b958f40c1d28c98ad16fc',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: d41f84acbe245ec2c36d88299851fa7d
1+
Signature: 860f6aef752d91219cb31a9ab4a8e625
22

33
UNUSED LICENSES:
44

shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,7 @@ - (BOOL)hasText {
621621
}
622622

623623
- (void)insertText:(NSString*)text {
624-
// The affinity is unknown here. Set to "" so that Flutter interprets it
625-
// as ambiguous and uses a fallback affinity.
626-
_selectionAffinity = "";
624+
_selectionAffinity = _kTextAffinityDownstream;
627625
[self replaceRange:_selectedTextRange withText:text];
628626
}
629627

0 commit comments

Comments
 (0)