Merge branch 'robot_control' into develop

This commit is contained in:
2014-02-11 17:50:01 -04:30
2 changed files with 11 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -81,7 +81,6 @@ public class MainActivity extends AndroidApplication implements Toaster, Multica
switch(status){
case LoaderCallbackInterface.SUCCESS:
ocvOn = true;
Toast.makeText(uiContext, R.string.ocv_success, Toast.LENGTH_LONG).show();
break;
default:
Toast.makeText(uiContext, R.string.ocv_failed, Toast.LENGTH_LONG).show();