Commit 16922f01 authored by fallenstardust's avatar fallenstardust

fix 滑动分类删除被禁用的问题

parent 58bed00f
...@@ -380,7 +380,7 @@ public class YGODialogUtil { ...@@ -380,7 +380,7 @@ public class YGODialogUtil {
deckAdp.notifyDataSetChanged(); deckAdp.notifyDataSetChanged();
} }
})); }));
// itemTouchHelper.attachToRecyclerView(rv_type); itemTouchHelper.attachToRecyclerView(rv_type);
} }
private String[] getStringType(List<DeckType> deckTypeList) { private String[] getStringType(List<DeckType> deckTypeList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment