We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51f76a commit f11115eCopy full SHA for f11115e
media-placeholders/src/main/java/org/wordpress/aztec/placeholders/PlaceholderManager.kt
@@ -160,7 +160,6 @@ class PlaceholderManager(
160
aztecText.getLocationOnScreen(parentTextViewLocation)
161
val parentTextViewTopAndBottomOffset = aztecText.scrollY + aztecText.compoundPaddingTop
162
163
-
164
val adapter = adapters[type]!!
165
val height = adapter.calculateHeight(attrs, parentTextViewRect.right - parentTextViewRect.left - 20)
166
parentTextViewRect.top += parentTextViewTopAndBottomOffset
0 commit comments