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 0bba740 commit e3c813bCopy full SHA for e3c813b
app/src/main/kotlin/com/simplemobiletools/keyboard/extensions/Context.kt
@@ -47,7 +47,7 @@ val Context.clipsDB: ClipsDao
47
48
fun Context.getCurrentClip(): String? {
49
val clipboardManager = (getSystemService(Context.CLIPBOARD_SERVICE) as ClipboardManager)
50
- return clipboardManager.primaryClip?.getItemAt(0)?.text?.trim()?.toString()
+ return clipboardManager.primaryClip?.getItemAt(0)?.text?.toString()
51
}
52
53
fun Context.getStrokeColor(): Int {
0 commit comments