We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我看了一下每次从PhotoProcessActivity返回到拍照界面CameraActivity里面时,相机默认变成后置,但是mCurrentCameraId还是保留上次的,CameraActivity加上下面的代码可以解决
@OverRide protected void onResume() { super.onResume(); mCurrentCameraId=0; }
The text was updated successfully, but these errors were encountered:
欢迎发一个pull request
Sorry, something went wrong.
不好意思,github的pull request我没弄过。。以后学学
没关系,有时间我测试一下我来改,谢谢~
No branches or pull requests
我看了一下每次从PhotoProcessActivity返回到拍照界面CameraActivity里面时,相机默认变成后置,但是mCurrentCameraId还是保留上次的,CameraActivity加上下面的代码可以解决
@OverRide
protected void onResume() {
super.onResume();
mCurrentCameraId=0;
}
The text was updated successfully, but these errors were encountered: