Switch off enableOnBackInvokedCallback due to androidx bug (#1517)

Switch off `enableOnBackInvokedCallback` until https://issuetracker.google.com/issues/271303558 is fixed.


Fixes https://github.com/vector-im/element-x-android/issues/1461
This commit is contained in:
Marco Romano 2023-10-09 10:39:56 +02:00 committed by GitHub
parent 1bfe7b7224
commit 049742b2cc
2 changed files with 3 additions and 1 deletions

1
changelog.d/1517.bugfix Normal file
View file

@ -0,0 +1 @@
Fix back button not working in bottom sheets.