android-checkout icon indicating copy to clipboard operation
android-checkout copied to clipboard

onActivityResult() got deprecated

Open quanmltya opened this issue 2 years ago • 1 comments

As stated in the android document, onActivityResult is deprecated. The replaced one is stated as following: use registerForActivityResult(ActivityResultContract, ActivityResultCallback) with the appropriate ActivityResultContract and handling the result in the callback.

Update: I mean in the fragment.

Do you have any plan to migrate the library?

quanmltya avatar Aug 08 '21 08:08 quanmltya

Maybe

serso avatar Jan 23 '22 20:01 serso