nguyenhoanglam / ImagePicker

A customizable library for selecting images on the device.
Apache License 2.0
598 stars 158 forks source link

[FR] Remove `android:enableOnBackInvokedCallback="true"` config #159

Open hushenghao opened 6 months ago

hushenghao commented 6 months ago

Some projects do not turn on the back gesture, and developers can only override it manually in the main project.

  <application
        android:enableOnBackInvokedCallback="true"// Remove
        tools:targetApi="tiramisu">
nguyenhoanglam commented 6 months ago

@hushenghao Thank for your report 👌

Should be updated in the next release.