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

Bugfix/Correct sort descending lexicographical #2611

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Kokika
Copy link
Contributor

@Kokika Kokika commented Apr 3, 2025

This PR addresses a bug in my initial descending lexicographical sorting implementation (#2487) where:

🐛 Bug:

Null pointer exception during category sort swich.

Incomplete sorting logic for lexicographical descending sort.

🔧 Fix:

Check for null ptr and initailize for 0.

Sorting applied for category filtering too.

Maintains backward compatibility

✅ Verification:

Validated on my phone with android studio

Confirmed no-breaking changes

Kokika added 3 commits April 4, 2025 09:51
Signed-off-by: Kornél Szekeres <[email protected]>
@Kokika Kokika force-pushed the bugfix/sort-descending-lexicographical branch from 31b2496 to 03331be Compare April 4, 2025 08:05
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.

1 participant