mirror of
https://github.com/fankes/termux-app.git
synced 2025-10-22 11:49:21 +08:00
Fix refactoring, Ctrl, Alt, Fn keys work again
This commit is contained in:
committed by
Fredrik Fornwall
parent
ec77be00dc
commit
af7515247b
@@ -134,12 +134,12 @@ public final class ExtraKeysView extends GridLayout {
|
||||
if (state.button.isPressed())
|
||||
return true;
|
||||
|
||||
if (state.button.isChecked()) {
|
||||
if (! state.button.isChecked())
|
||||
return false;
|
||||
|
||||
state.button.setChecked(false);
|
||||
state.button.setTextColor(TEXT_COLOR);
|
||||
}
|
||||
|
||||
return state.button.isChecked();
|
||||
return true;
|
||||
}
|
||||
|
||||
void popup(View view, String text) {
|
||||
|
Reference in New Issue
Block a user