mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-05 10:15:34 +08:00
Fixed: Fix toggle toolbar not working due to accidental comment of function in a56ed577
Closes #3258
This commit is contained in:
@@ -590,7 +590,7 @@ public final class TermuxActivity extends AppCompatActivity implements ServiceCo
|
||||
});
|
||||
|
||||
findViewById(R.id.toggle_keyboard_button).setOnLongClickListener(v -> {
|
||||
//toggleTerminalToolbar();
|
||||
toggleTerminalToolbar();
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user