Skip to content

Commit 325a6a5

Browse files
committed
forgot to make sendShiftedMovement private
1 parent 9e38d8f commit 325a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/helium314/keyboard/keyboard/KeyboardActionListenerImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class KeyboardActionListenerImpl(private val latinIME: LatinIME, private val inp
172172
}
173173

174174
//TODO: Should this be in inputLogic instead?
175-
fun sendShiftedMovement(keyCode: Int) {
175+
private fun sendShiftedMovement(keyCode: Int) {
176176
val now = SystemClock.uptimeMillis()
177177
// Send SHIFT down
178178
inputLogic.mConnection.sendKeyEvent(

0 commit comments

Comments
 (0)