Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 2248569

Browse files
Cheak code changes
1 parent a3851ba commit 2248569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skunkworks_crow/src/main/java/org/odk/share/activities/ScannerActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected void onSaveInstanceState(@NonNull Bundle outState) {
9898
}
9999

100100
@OnClick(R.id.switch_flashlight)
101-
public void toggleButton(){
101+
public void toggleButton() {
102102
if (!hasFlash()) {
103103
toggleFlashlightButton.setVisibility(View.GONE);
104104
} else {

0 commit comments

Comments
 (0)