Skip to content

Commit

Permalink
fix: Rename camera activity layout
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentKobz committed May 24, 2024
1 parent a19abe9 commit 7ecd0d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class CameraProvider implements CameraScannerProvider {
public HashMap<String, Integer> getIdResources() {
HashMap<String, Integer> idResources = new HashMap<>();
idResources.put("camera_view_id", R.id.camera_scan_view);
idResources.put("layout_id_camera", R.layout.activity_main_alt);
idResources.put("layout_id_camera", R.layout.activity_camera);
idResources.put("scanner_toggle_view_id", R.id.scanner_switch_zxing);
idResources.put("scanner_toggle_pause_id", R.id.scanner_switch_pause);
idResources.put("card_last_scan_id", R.id.card_camera_last_scan);
Expand Down

0 comments on commit 7ecd0d7

Please sign in to comment.