mac
2024-03-08 b5b0b01715a4de1ea3cdf4804da46a546e4f9262
app/src/main/java/com/hdl/photovoltaic/ui/adapter/HouseInfoAdapter.java
@@ -79,16 +79,18 @@
                @Override
                public void run() {
                    holder.item_parent_swipeLayout.open();
//                    holder.item_parent_swipeLayout.open(false, false);
                }
            }, 200);
            }, 50);
        } else {
            holder.item_parent_swipeLayout.postDelayed(new Runnable() {
                @Override
                public void run() {
                    holder.item_parent_swipeLayout.close();
//                    holder.item_parent_swipeLayout.close(false, false);
                }
            }, 200);
            }, 50);
        }
        HdlLogLogic.print("电站名称--->" + houseIdBean.getHomeName() + "--->" + houseIdBean.isEdit() + "--->" + holder.item_parent_swipeLayout.toString());