Merge branch 'robot_control' into develop
This commit is contained in:
BIN
assets/data/gfx/gui/orange_glowy_button.png
Normal file
BIN
assets/data/gfx/gui/orange_glowy_button.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
@@ -81,7 +81,6 @@ public class MainActivity extends AndroidApplication implements Toaster, Multica
|
|||||||
switch(status){
|
switch(status){
|
||||||
case LoaderCallbackInterface.SUCCESS:
|
case LoaderCallbackInterface.SUCCESS:
|
||||||
ocvOn = true;
|
ocvOn = true;
|
||||||
Toast.makeText(uiContext, R.string.ocv_success, Toast.LENGTH_LONG).show();
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
Toast.makeText(uiContext, R.string.ocv_failed, Toast.LENGTH_LONG).show();
|
Toast.makeText(uiContext, R.string.ocv_failed, Toast.LENGTH_LONG).show();
|
||||||
|
|||||||
Reference in New Issue
Block a user