We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125033b commit 5fbcb2cCopy full SHA for 5fbcb2c
library/src/main/java/com/unnamed/b/atv/model/TreeNode.java
@@ -216,7 +216,7 @@ public interface TreeNodeClickListener {
216
}
217
218
public interface TreeNodeLongClickListener {
219
- void onLongClick(TreeNode node, Object value);
+ boolean onLongClick(TreeNode node, Object value);
220
221
222
public static abstract class BaseNodeViewHolder<E> {
0 commit comments