mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
parent
779b1ca1f8
commit
adc43c40c5
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ package com.termux.app;
|
|||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.Gravity;
|
||||
import android.view.HapticFeedbackConstants;
|
||||
import android.view.KeyEvent;
|
||||
import android.view.View;
|
||||
import android.widget.Button;
|
||||
|
|
@ -144,6 +145,7 @@ public final class ExtraKeysView extends GridLayout {
|
|||
button.setOnClickListener(new OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
finalButton.performHapticFeedback(HapticFeedbackConstants.KEYBOARD_TAP);
|
||||
View root = getRootView();
|
||||
switch (buttonText) {
|
||||
case "CTRL":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue