mirror of
https://github.com/mastodon/mastodon-android.git
synced 2024-12-26 16:54:48 +01:00
remove log
This commit is contained in:
parent
abdbab9d7b
commit
b26d491eda
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user