Commented out a needless toast.

This commit is contained in:
2014-02-10 15:25:36 -04:30
parent db6befbee9
commit c293306172

View File

@@ -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();