You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sangcomz there is an easy fix for this.
Just take the method "override fun startAlbum()", copy it and create another function
"fun getStartAlbumIntent(): Intent". That way whoever uses it can call registerForActivityResult with that intent.
onActivityResult deprecated on AndroidX
It is necessary to migrate to the new way of obtaining the result, based on google documentation registerForActivityResult:
https://developer.android.com/training/basics/intents/result
The text was updated successfully, but these errors were encountered: