Skip to content

Commit

Permalink
Handy Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy045 committed Aug 29, 2018
1 parent dd56612 commit 11651ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void onClick() {
public void onClick() {
ScanConfig.KEY_USE_LIGHT = !ScanConfig.KEY_USE_LIGHT;
cameraManager.setTorch(ScanConfig.KEY_USE_LIGHT);
this.setImageSrc(ScanConfig.KEY_USE_LIGHT ? R.drawable.handy_qrcode_icon_light_c : R.drawable.handy_qrcode_icon_light_n);
setImageSrc(ScanConfig.KEY_USE_LIGHT ? R.drawable.handy_qrcode_icon_light_c : R.drawable.handy_qrcode_icon_light_n);

titleBar.removeRightAction();
titleBar.addRightAction(this);
Expand Down

0 comments on commit 11651ba

Please sign in to comment.