-
Notifications
You must be signed in to change notification settings - Fork 88
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
Issue #180 resolved #194
Issue #180 resolved #194
Conversation
Thank you for submitting your pull request! We'll review it as soon as possible. |
@andoriyaprashant i have created a PR. this issue is fixed please merge and close the issue |
@Shubham-Zone Remove unnecessary code files |
@andoriyaprashant i have removed all the unnecessary code files |
@andoriyaprashant , the changes done in this pull request causes the projects in the Summer of Bitcoin and GSSoC Page to be unscrollable as |
commit f4ff1eb Merge: f46dccd 5a5845a Author: Prashant Andoriya <[email protected]> Date: Mon Jun 10 20:59:20 2024 +0530 Merge pull request andoriyaprashant#194 from Shubham-Zone/main Issue andoriyaprashant#180 resolved commit f46dccd Merge: d12b89c 902b3b1 Author: Prashant Andoriya <[email protected]> Date: Mon Jun 10 20:52:48 2024 +0530 Merge pull request andoriyaprashant#195 from RishavKumarSinha/fix#193 Implemented FAQs Page in the Menu. commit 902b3b1 Author: Rishav Kumar Sinha <[email protected]> Date: Mon Jun 10 12:21:44 2024 +0530 Implemented FAQs Page in the Menu commit 5a5845a Author: Shubham-Zone <[email protected]> Date: Mon Jun 10 11:58:42 2024 +0530 Delete lib/.gitignore commit bf16de9 Author: Shubham-Zone <[email protected]> Date: Mon Jun 10 11:58:28 2024 +0530 Delete lib/build.gradle commit a7ae813 Author: Shubham-Zone <[email protected]> Date: Mon Jun 10 11:58:01 2024 +0530 Delete lib/src/main/java/com/example/lib directory commit 8047328 Author: Shubham-Zone <[email protected]> Date: Mon Jun 10 11:57:26 2024 +0530 Delete gradlew.bat commit 93035d8 Author: Shubham-Zone <[email protected]> Date: Mon Jun 10 11:57:11 2024 +0530 Delete gradlew commit 1c2ffe2 Author: Shubham-Zone <[email protected]> Date: Mon Jun 10 11:56:14 2024 +0530 Delete gradle/wrapper directory commit d597038 Author: Shubham-Zone <[email protected]> Date: Mon Jun 10 01:25:03 2024 +0530 scrolling issue resolved commit d12b89c Merge: 3e469ea aafdf1c Author: Prashant Andoriya <[email protected]> Date: Sun Jun 9 20:43:07 2024 +0530 Merge pull request andoriyaprashant#191 from RishavKumarSinha/fix#173 Implemented Page for Social Winter of Code commit aafdf1c Author: Rishav Kumar Sinha <[email protected]> Date: Sat Jun 8 17:17:34 2024 +0530 Implemented Page for Social Winter of Code
@RishavKumarSinha this is the issue of responsiveness of the app ... you can add an issue related to the responsiveness |
Problem / Issue No.
Describe Problem / Root Cause
Solution Proposed
physics
property of the nested ListView widgets toNeverScrollableScrollPhysics()
. This ensures that these ListViews do not handle any scroll events, allowing the primary ScrollView to manage scrolling for the entire screen. This change prevents conflicts between the scrollable widgets and ensures a smooth scrolling experience for the user.Code Changes:
Additional Information
Video of changes
WhatsApp.Video.2024-06-10.at.1.26.13.AM.mp4