Merge pull request #5772 from element-hq/feature/bma/showkaseCrash

Fix crash when pressing back from the showkase Activity
This commit is contained in:
Benoit Marty 2025-11-20 09:13:39 +01:00 committed by GitHub
commit ca7206a147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,8 @@ serialization_json = "1.9.0"
#other
coil = "3.3.0"
showkase = "1.0.5"
# Rollback to 1.0.4, 1.0.5 has this issue: https://github.com/airbnb/Showkase/issues/420
showkase = "1.0.4"
appyx = "1.7.1"
sqldelight = "2.2.1"
wysiwyg = "2.40.0"