mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 18:37:00 +01:00
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
@ -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…
x
Reference in New Issue
Block a user