Commented out a needless toast.
This commit is contained in:
@@ -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