Skip to content

Commit 0253f5a

Browse files
committed
Updated comment.
1 parent a5b4923 commit 0253f5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import android.view.inputmethod.InputConnection
1717
import android.view.inputmethod.InputContentInfo
1818

1919
/**
20-
* Wrapper around proprietary Samsung InputConnection. Forwards all the calls to it, except for getExtractedText
20+
* Wrapper around proprietary Samsung InputConnection. Forwards all the calls to it, except for getExtractedText and
21+
* some custom logic in commitText
2122
*/
2223
class SamsungInputConnection(
2324
private val mTextView: AztecText,

0 commit comments

Comments
 (0)