This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Description
Upgrading this lib from version:
implementation "androidx.fragment:fragment-ktx:1.2.5"
to:
implementation "androidx.fragment:fragment-ktx:1.3.0"
Broke the functionality without logging errors. Callback in Fragment from function askPermission() was not being called.
Had to downgrade to keep using this great lib.