Skip to content

Commit 5104df3

Browse files
BeatrizAlmeida03heenriquepinheiroadalpari
authored
Fixing wrong scroll on choosing speed of the media (#21847)
Co-authored-by: Henrique Pinheiro <[email protected]> Co-authored-by: Adalberto Plaza <[email protected]>
1 parent 9c7b0be commit 5104df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/src/main/java/org/wordpress/android/widgets/NestedWebView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ class NestedWebView @JvmOverloads constructor(
185185
}
186186

187187
init {
188-
isNestedScrollingEnabled = true
188+
isNestedScrollingEnabled = false
189189
}
190190
}

0 commit comments

Comments
 (0)