Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Private settings button fix (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Oct 25, 2019
1 parent 3f40339 commit 38c7293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private void initialize() {
onLanguageOptionsClick();
});

mBinding.languageButton.setOnClickListener(view -> {
mBinding.privacyButton.setOnClickListener(view -> {
if (mAudio != null) {
mAudio.playSound(AudioEngine.Sound.CLICK);
}
Expand Down

0 comments on commit 38c7293

Please sign in to comment.