删除 toast

This commit is contained in:
jia 2024-10-20 01:32:47 +08:00
parent a8b137b4fe
commit c96c5cca6f
1 changed files with 0 additions and 1 deletions

View File

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