Fixed: Fix toggle toolbar not working due to accidental comment of function in a56ed577

Closes #3258
This commit is contained in:
agnostic-apollo 2023-08-14 20:45:30 +05:00 committed by GitHub
parent 06230f95df
commit 7c262b8d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ public final class TermuxActivity extends AppCompatActivity implements ServiceCo
});
findViewById(R.id.toggle_keyboard_button).setOnLongClickListener(v -> {
//toggleTerminalToolbar();
toggleTerminalToolbar();
return true;
});
}