thunderbird/thunderbird-android

Switch to Activity Result API

Open

#7,758 opened on Apr 16, 2024

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Kotlin (2,734 forks)batch import
good first issuetype: task

Repository metrics

Stars
 (13,479 stars)
PR merge metrics
 (Avg merge 7d 4h) (81 merged PRs in 30d)

Description

Use the Activity Result API instead of manually calling startActivityForResult() and handling the result in onActivityResult().

Contributor guide