Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/amrdeveloper/codeview
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Oct 28, 2022
2 parents 3aeba63 + db0ff1e commit d0d31de
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,6 @@ public void run() {
@Override
public boolean onKey(View v, int keyCode, KeyEvent event) {
if (!enableAutoIndentation) return false;
if (event.getAction() != KeyEvent.ACTION_DOWN)
return true;
switch (keyCode) {
case KeyEvent.KEYCODE_SPACE:
currentIndentation++;
Expand Down

0 comments on commit d0d31de

Please sign in to comment.