remove log

This commit is contained in:
Grishka 2023-01-18 20:10:03 +03:00
parent abdbab9d7b
commit b26d491eda
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ public class NestableScrollView extends ScrollView{
@Override
public boolean onTouchEvent(MotionEvent ev){
Log.d("111", "onTouchEvent: "+ev);
if(ev.getAction()==MotionEvent.ACTION_DOWN){
if(canScrollVertically(-1) || canScrollVertically(1)){
getParent().requestDisallowInterceptTouchEvent(true);