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 (13,479 stars) (2,734 forks)batch import
good first issuetype: task

Description

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

Contributor guide