Skip to content

Commit

Permalink
fix: Do not disable activation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Feb 20, 2024
1 parent 6c1831e commit 979b1f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/xtr/keymapper/activity/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ private void setupButtons() {
(v -> new SettingsFragment(this).show(getSupportFragmentManager(), "dialog"));
binding.controls.aboutButton.setOnClickListener
(v -> startActivity(new Intent(this, InfoActivity.class)));
if (RemoteService.getInstance() != null) {
mCallback.alertActivation();
binding.controls.activateButton.setEnabled(false);
}
}

private void launchApp() {
Expand Down

0 comments on commit 979b1f3

Please sign in to comment.