Remove debug logging of keypresses (#3075)
While only present in a Log.d call, which should be stripped out of release builds, this feels like an unnecessary privacy risk.
This commit is contained in:
parent
3170e1ce71
commit
c07dd0f919
1 changed files with 0 additions and 1 deletions
|
@ -1092,7 +1092,6 @@ class ComposeActivity :
|
|||
}
|
||||
|
||||
override fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean {
|
||||
Log.d(TAG, event.toString())
|
||||
if (event.action == KeyEvent.ACTION_DOWN) {
|
||||
if (event.isCtrlPressed) {
|
||||
if (keyCode == KeyEvent.KEYCODE_ENTER) {
|
||||
|
|
Loading…
Reference in a new issue