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 a5b4923 commit 0253f5aCopy full SHA for 0253f5a
aztec/src/main/kotlin/org/wordpress/aztec/SamsungInputConnection.kt
@@ -17,7 +17,8 @@ import android.view.inputmethod.InputConnection
17
import android.view.inputmethod.InputContentInfo
18
19
/**
20
- * Wrapper around proprietary Samsung InputConnection. Forwards all the calls to it, except for getExtractedText
+ * Wrapper around proprietary Samsung InputConnection. Forwards all the calls to it, except for getExtractedText and
21
+ * some custom logic in commitText
22
*/
23
class SamsungInputConnection(
24
private val mTextView: AztecText,
0 commit comments