diff --git a/core/src/mindustry/ui/dialogs/KeybindDialog.java b/core/src/mindustry/ui/dialogs/KeybindDialog.java index 2ef05ddf87..e56d2f43cc 100644 --- a/core/src/mindustry/ui/dialogs/KeybindDialog.java +++ b/core/src/mindustry/ui/dialogs/KeybindDialog.java @@ -152,7 +152,6 @@ public class KeybindDialog extends Dialog{ rebindKey = name; rebindDialog.titleTable.getCells().first().pad(4); - rebindDialog.addListener(new InputListener(){ @Override public boolean touchDown(InputEvent event, float x, float y, int pointer, KeyCode button){ diff --git a/gradle.properties b/gradle.properties index a4ecf43c0b..36ca0f7b27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,4 +26,4 @@ org.gradle.caching=true org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.connectionTimeout=100000 android.enableR8.fullMode=false -archash=76fa5c1d2c +archash=b3aa9759d9