File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
java/com/hardbacknutter/tinyzxingwrapper/example Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,11 @@ public class MainActivity
42
42
vb .lastScan .setText (R .string .err_inactivity );
43
43
break ;
44
44
default :
45
- vb .lastScan .setText (
46
- getString (R .string .err_unknown , reason ));
45
+ vb .lastScan .setText (getString (R .string .err_unknown , reason ));
47
46
break ;
48
47
}
49
48
} else {
50
- vb .lastScan .setText (
51
- getString (R .string .err_unknown , "???" ));
49
+ vb .lastScan .setText (R .string .err_cancelled );
52
50
}
53
51
}
54
52
});
Original file line number Diff line number Diff line change 8
8
<string name =" btn_scan_inverted" >Scan Inverted</string >
9
9
<string name =" btn_front_camera" >Use front Camera</string >
10
10
11
+ <string name =" err_cancelled" >Cancelled</string >
11
12
<string name =" err_permission" >Cancelled due to missing camera permission</string >
12
13
<string name =" err_hard_timeout" >Cancelled due to hard timeout</string >
13
14
<string name =" err_inactivity" >Cancelled due to inactivity</string >
You can’t perform that action at this time.
0 commit comments