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

Fixed: PlayStore reported IndexOutOfBoundsException, when we are selecting the item from rightDrawer. #3797

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #3796

The error is not reproducible on my device and emulators too. But playStore reported this error so somehow this error is occurring. So to fix this issue we are now only performing the click action when the item is available in the DocumentSectionsList. This will avoid this type of error.

…cting the item from rightDrawer.

* The error is not reproducible on my device and emulators too. But playStore reported this error so somehow this error is occurring. So to fix this issue we are now only performing the click action when the item is available in the DocumentSectionsList. This will avoid this type of error.
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 52.90%. Comparing base (65591d2) to head (5e9962b).

Files Patch % Lines
.../kiwix/kiwixmobile/core/main/CoreReaderFragment.kt 0.00% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3797       +/-   ##
===========================================
+ Coverage        0   52.90%   +52.90%     
- Complexity      0     1303     +1303     
===========================================
  Files           0      292      +292     
  Lines           0    11017    +11017     
  Branches        0     1464     +1464     
===========================================
+ Hits            0     5828     +5828     
- Misses          0     4215     +4215     
- Partials        0      974      +974     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kelson42 kelson42 merged commit 29c3962 into main Apr 17, 2024
9 of 10 checks passed
@kelson42 kelson42 deleted the Fix#3796 branch April 17, 2024 17:50
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

Successfully merging this pull request may close these issues.

Playstore reported IndexOutOfBoundsException, when we are selecting the item from rightDrawer.
3 participants