删除 toast
This commit is contained in:
parent
a8b137b4fe
commit
c96c5cca6f
|
|
@ -32,7 +32,6 @@ public class AppRoute {
|
||||||
public static void newToStart( Activity activity,Intent i ,Device device){
|
public static void newToStart( Activity activity,Intent i ,Device device){
|
||||||
if (device!=null){
|
if (device!=null){
|
||||||
try {
|
try {
|
||||||
ToastUtil.show(activity,"xxxxss");
|
|
||||||
i.putExtra("device",device);
|
i.putExtra("device",device);
|
||||||
L.i("jjia----deviceBean---"+device.toString());
|
L.i("jjia----deviceBean---"+device.toString());
|
||||||
toAction(activity,i,device.getControlAmount(),device.getTimerAmount(),device.type);
|
toAction(activity,i,device.getControlAmount(),device.getTimerAmount(),device.type);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue