Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug反馈:Android12及以上默认开启的滚动拉伸效果偶尔会影响下拉刷新 #1545

Open
suikastar opened this issue Dec 1, 2023 · 0 comments

Comments

@suikastar
Copy link

suikastar commented Dec 1, 2023

当发生滚动效果后,有概率无法进行下拉刷新

布局

<LinearLayout>
    <SmartRefreshLayout>
        <ClassicsHeader/>
        <NestedScrollView>
            <LinearLayout>
                <LinearLayout/>
                <RecyclerView/>
            </LinearLayout>
        </NestedScrollView>
        <ClassicsFooter/>
    </SmartRefreshLayout>
</LinearLayout>

版本2.1.0

目前我的权宜之计:加上android:overScrollMode="never"后,就无法复现了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant