From 13dba9cde33299e68a7119c30d1d08ad22d6b312 Mon Sep 17 00:00:00 2001 From: Joel Dean Date: Wed, 4 Dec 2019 12:45:28 -0500 Subject: [PATCH] Updated comment with reference to the issue on Android 7.0 --- aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt b/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt index 1e0d27c81..5934e66dc 100644 --- a/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt +++ b/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt @@ -1559,8 +1559,9 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown deleteInlineStyleFromTheBeginning() } } - // Fix for crash when pasting text on Samsung Devices running Android 8 & 7. - // Ref: https://github.com/wordpress-mobile/WordPress-Android/issues/8827 + // Fix for crash when pasting text on Samsung Devices running Android 7 & 8. + // Android 7 Ref: https://github.com/wordpress-mobile/WordPress-Android/issues/10872 + // Android 8 Ref: https://github.com/wordpress-mobile/WordPress-Android/issues/8827 clipboardIdentifier -> { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N && Build.VERSION.SDK_INT < Build.VERSION_CODES.P && Build.MANUFACTURER.toLowerCase().equals("samsung")) {