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

Fix: unsafe operation while getting overlayEntry in text_selection #2117

Merged
merged 2 commits into from
Aug 17, 2024

Conversation

CatHood0
Copy link
Collaborator

Related Issues

  • Fix [Android] Null check operator used on a null value in _showMagnifier(text_selection.dart:436) #2109

  • New feature: Adds new functionality without breaking existing features.

  • 🛠️ Bug fix: Resolves an issue without altering current behavior.

  • 🧹 Code refactor: Code restructuring that does not affect behavior.

  • Breaking change: Alters existing functionality and requires updates.

  • 🧪 Tests: Adds new tests or modifies existing tests.

  • 📝 Documentation: Updates or additions to documentation.

  • 🗑️ Chore: Routine tasks, or maintenance.

  • Build configuration change: Changes to build or deploy processes.

@CatHood0
Copy link
Collaborator Author

I really cannot reproduce the issue. So, i just "fix" the issue removing the unsafe index accessing of _handles list.

@CatHood0 CatHood0 self-assigned this Aug 17, 2024
@CatHood0 CatHood0 added the bug Something isn't working label Aug 17, 2024
@singerdmx singerdmx merged commit dad352c into singerdmx:master Aug 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android] Null check operator used on a null value in _showMagnifier(text_selection.dart:436)
2 participants