Skip to content

Commit af1e734

Browse files
committed
Updated comment with reference to the issue on Android 7.0
1 parent bfa289d commit af1e734

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,8 +1559,9 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
15591559
deleteInlineStyleFromTheBeginning()
15601560
}
15611561
}
1562-
// Fix for crash when pasting text on Samsung Devices running Android 8 & 7.
1563-
// Ref: https://github.com/wordpress-mobile/WordPress-Android/issues/8827
1562+
// Fix for crash when pasting text on Samsung Devices running Android 7 & 8.
1563+
// Android 7 Ref: https://github.com/wordpress-mobile/WordPress-Android/issues/10872
1564+
// Android 8 Ref: https://github.com/wordpress-mobile/WordPress-Android/issues/8827
15641565
clipboardIdentifier -> {
15651566
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N && Build.VERSION.SDK_INT < Build.VERSION_CODES.P
15661567
&& Build.MANUFACTURER.toLowerCase().equals("samsung")) {

0 commit comments

Comments
 (0)