Skip to content

Commit 973efa4

Browse files
committed
Fixed merge issues
1 parent 8992b43 commit 973efa4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -677,12 +677,6 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
677677
return styles.getFraction(R.styleable.AztecText_preformatBackgroundAlpha, 1, 1, 0f)
678678
}
679679

680-
// We are exposing this method in order to allow subclasses to set their own alpha value
681-
// for preformatted background
682-
open fun getPreformatBackgroundAlpha(styles: TypedArray): Float {
683-
return styles.getFraction(R.styleable.AztecText_preformatBackgroundAlpha, 1, 1, 0f)
684-
}
685-
686680
override fun onRestoreInstanceState(state: Parcelable?) {
687681
disableTextChangedListener()
688682

0 commit comments

Comments
 (0)