mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-30 14:11:07 +01:00
Remove KeyboardModifiers
This commit is contained in:
parent
1cc7829847
commit
33d1477d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import com.termux.view.TerminalView;
|
|||
* A view showing extra keys (such as Escape, Ctrl, Alt) not normally available on an Android soft
|
||||
* keyboard.
|
||||
*/
|
||||
public final class ExtraKeysView extends GridLayout implements TerminalView.KeyboardModifiers {
|
||||
public final class ExtraKeysView extends GridLayout {
|
||||
|
||||
private static final int TEXT_COLOR = 0xFFFFFFFF;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue