Skip to content

Commit 848dd24

Browse files
committed
Turn off custom scroll view workaround by default
1 parent 6b84efe commit 848dd24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/Preferences/Keys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public extension UserDefaultPreferenceKeys {
599599
}
600600

601601
var useCustomScrollViewWorkaround: FeatureFlag {
602-
.init(defaultValue: true, key: "FeatureFlag-UseCustomScrollViewWorkaround")
602+
.init(defaultValue: false, key: "FeatureFlag-UseCustomScrollViewWorkaround")
603603
}
604604

605605
var triggerActionWithAccessibilityAPI: FeatureFlag {

0 commit comments

Comments
 (0)