mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Pick the right camera in onResume
This commit is contained in:
parent
34d0134404
commit
4b9ec0cc9c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class ScannerActivity extends AegisActivity implements ZXingScannerView.R
|
|||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
_scannerView.startCamera();
|
||||
_scannerView.startCamera(getCameraId(_facing));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue