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

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;
});
}