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