|
@@ -459,7 +459,7 @@ public class CallingBedFragment extends BaseFragment implements SicknessBedAdapt
|
|
rvCallBed.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() {
|
|
rvCallBed.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() {
|
|
@Override
|
|
@Override
|
|
public boolean onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent) {
|
|
public boolean onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent) {
|
|
- //UIUtils.rvSideslipShowPopu(getActivity(), motionEvent);
|
|
|
|
|
|
+ UIUtils.rvSideslipShowPopu(getActivity(), motionEvent);
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -474,7 +474,7 @@ public class CallingBedFragment extends BaseFragment implements SicknessBedAdapt
|
|
rvCallRoom.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() {
|
|
rvCallRoom.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() {
|
|
@Override
|
|
@Override
|
|
public boolean onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent) {
|
|
public boolean onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent) {
|
|
- //UIUtils.rvSideslipShowPopu(getActivity(), motionEvent);
|
|
|
|
|
|
+ UIUtils.rvSideslipShowPopu(getActivity(), motionEvent);
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -489,7 +489,7 @@ public class CallingBedFragment extends BaseFragment implements SicknessBedAdapt
|
|
rvCallList.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() {
|
|
rvCallList.addOnItemTouchListener(new RecyclerView.OnItemTouchListener() {
|
|
@Override
|
|
@Override
|
|
public boolean onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent) {
|
|
public boolean onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent) {
|
|
- //UIUtils.rvSideslipShowPopu(getActivity(), motionEvent);
|
|
|
|
|
|
+ UIUtils.rvSideslipShowPopu(getActivity(), motionEvent);
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
|
|
|