Commented out method to allow AffdexMe to use v2.01
This commit is contained in:
parent
301ba88795
commit
7081e7fbea
1 changed files with 2 additions and 1 deletions
|
@ -592,12 +592,13 @@ public class MainActivity extends Activity
|
||||||
startActivity(new Intent(this,SettingsActivity.class));
|
startActivity(new Intent(this,SettingsActivity.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
@Override
|
@Override
|
||||||
public void onCameraStarted(boolean b, Throwable throwable) {
|
public void onCameraStarted(boolean b, Throwable throwable) {
|
||||||
if (throwable != null) {
|
if (throwable != null) {
|
||||||
Toast.makeText(this,"Failed to start camera.",Toast.LENGTH_LONG).show();
|
Toast.makeText(this,"Failed to start camera.",Toast.LENGTH_LONG).show();
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCameraSizeSelected(int cameraWidth, int cameraHeight, ROTATE rotation) {
|
public void onCameraSizeSelected(int cameraWidth, int cameraHeight, ROTATE rotation) {
|
||||||
|
|
Loading…
Reference in a new issue