File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/java/com/google/android/material/appbar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747import android .view .ViewGroup ;
4848import android .view .ViewOutlineProvider ;
4949import android .view .animation .Interpolator ;
50+ import android .widget .AbsListView ;
5051import android .widget .LinearLayout ;
51- import android .widget .ListView ;
5252import android .widget .ScrollView ;
5353import androidx .annotation .ColorInt ;
5454import androidx .annotation .Dimension ;
@@ -2253,7 +2253,7 @@ private View findFirstScrollingChild(@NonNull CoordinatorLayout parent) {
22532253 for (int i = 0 , z = parent .getChildCount (); i < z ; i ++) {
22542254 final View child = parent .getChildAt (i );
22552255 if (child instanceof NestedScrollingChild
2256- || child instanceof ListView
2256+ || child instanceof AbsListView
22572257 || child instanceof ScrollView ) {
22582258 return child ;
22592259 }
You can’t perform that action at this time.
0 commit comments