c70c1792f6
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
|
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle.kts | ||
lint.xml | ||
proguard-android-optimize.txt | ||
proguard-rules.pro |