Skip to content

Commit

Permalink
Keep supporting API 14
Browse files Browse the repository at this point in the history
  • Loading branch information
morckx committed Jul 23, 2022
1 parent 29d87ad commit 8ecdb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/de/visorapp/visor/VisorActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ private void setButtonListeners() {
settingsButton.setOnClickListener(openSettingsClickHandler);

ImageButton closeButton = findViewById(R.id.close_button);
closeButton.setOnClickListener(v -> this.finishAffinity());
closeButton.setOnClickListener(v -> this.finish());

// Add a listener to the Zoom slider
SeekBar zoomSlider = findViewById(R.id.zoom_slider);
Expand Down

0 comments on commit 8ecdb09

Please sign in to comment.