mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 22:11:14 +01:00
Fixed: Fix toggle toolbar not working due to accidental comment of function in a56ed577
Closes #3258
This commit is contained in:
parent
06230f95df
commit
7c262b8d99
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ public final class TermuxActivity extends AppCompatActivity implements ServiceCo
|
||||||
});
|
});
|
||||||
|
|
||||||
findViewById(R.id.toggle_keyboard_button).setOnLongClickListener(v -> {
|
findViewById(R.id.toggle_keyboard_button).setOnLongClickListener(v -> {
|
||||||
//toggleTerminalToolbar();
|
toggleTerminalToolbar();
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue