|
@@ -129,6 +129,7 @@ public class ContentsListicleCoverHolder extends ContentsHolder<ContentsDetailBe
|
|
|
}else if(AppUtil.isDebug()){
|
|
}else if(AppUtil.isDebug()){
|
|
|
textViewCopyRight.setText(R.string.copy_right);
|
|
textViewCopyRight.setText(R.string.copy_right);
|
|
|
}
|
|
}
|
|
|
|
|
+ imageViewArrow.setOnClickListener(view -> {listener.onEvent(new Event.Builder(Event.SCROLL).build());});
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|