remove log

This commit is contained in:
Grishka 2023-01-18 20:10:03 +03:00 committed by LucasGGamerM
parent 8e60d107fe
commit be48719f52
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);