mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-02 22:38:20 +03:00
removed unnecessary setLongClickable
This commit is contained in:
parent
267e114354
commit
0d29e66092
1 changed files with 0 additions and 2 deletions
|
@ -585,9 +585,7 @@ public class VideoDetailFragment extends BaseStateFragment<StreamInfo>
|
||||||
protected void initListeners() {
|
protected void initListeners() {
|
||||||
super.initListeners();
|
super.initListeners();
|
||||||
|
|
||||||
videoTitleRoot.setLongClickable(true);
|
|
||||||
videoTitleRoot.setOnLongClickListener(this);
|
videoTitleRoot.setOnLongClickListener(this);
|
||||||
|
|
||||||
uploaderRootLayout.setOnClickListener(this);
|
uploaderRootLayout.setOnClickListener(this);
|
||||||
uploaderRootLayout.setOnLongClickListener(this);
|
uploaderRootLayout.setOnLongClickListener(this);
|
||||||
videoTitleRoot.setOnClickListener(this);
|
videoTitleRoot.setOnClickListener(this);
|
||||||
|
|
Loading…
Add table
Reference in a new issue