Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Switch form extending AlertDialog to just Dialog

Open Beginner friendly
#5,354 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Refactor
Clarity
Clearly specified
Activity status
Quiet
Tech stack
android, java
Domain
mobile

Research direction

Start with sentry-android-core/src/main/java/io/sentry/android/core/SentryUserFeedbackForm.java, especially the dialog setup around the linked line. Confirm that the form does not rely on AlertDialog behavior, switch its inheritance to Dialog, and verify that the user feedback form still displays its own content correctly.

Written by the indexing model from the issue text.

Description

Android good first issue Task User Feedbacks
Description

We're not using anything from AlertDialog and throwing away its content by setting our own, so there's no reason to extend from AlertDialog.

Dominant language
Kotlin
Stars
1.4k
Forks
478
Avg merge
3d 2h
Merged PRs (30d)
70

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getsentry/sentry-java

All issues in getsentry/sentry-java

Similar issues

More Kotlin issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.