mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-13 18:38:22 +02:00
The newest versions of AndroidX Activity and Fragments correctly enforce the
requirement for all contracts to be registered at class init or before
the lifecycle has reached `Lifecycle.State.STARTED`. To comply with these requirements,
move all instances of `registerForActivityResult` being called at arbitrary points
in the code to be done at class init.
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| androidTest/java/com/zeapo/pwdstore | ||
| debug/res | ||
| free/java/com/zeapo/pwdstore/autofill/oreo/ui | ||
| main | ||
| nonFree | ||
| test/java/com/zeapo/pwdstore | ||