removed unnecessary setLongClickable

This commit is contained in:
adinilfeld 2020-06-11 09:33:05 -07:00
parent 267e114354
commit 0d29e66092
1 changed files with 0 additions and 2 deletions

View File

@ -585,9 +585,7 @@ public class VideoDetailFragment extends BaseStateFragment<StreamInfo>
protected void initListeners() {
super.initListeners();
videoTitleRoot.setLongClickable(true);
videoTitleRoot.setOnLongClickListener(this);
uploaderRootLayout.setOnClickListener(this);
uploaderRootLayout.setOnLongClickListener(this);
videoTitleRoot.setOnClickListener(this);