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 e484455 commit d244c1cCopy full SHA for d244c1c
1 file changed
codeview/src/main/java/com/amrdeveloper/codeview/CodeView.java
@@ -711,8 +711,6 @@ public void run() {
711
@Override
712
public boolean onKey(View v, int keyCode, KeyEvent event) {
713
if (!enableAutoIndentation) return false;
714
- if (event.getAction() != KeyEvent.ACTION_DOWN)
715
- return true;
716
switch (keyCode) {
717
case KeyEvent.KEYCODE_SPACE:
718
currentIndentation++;
0 commit comments