MediaViewer : introduce fullscreen and flick to dismiss behavior

This commit is contained in:
ganfra 2024-02-23 15:39:53 +01:00
parent efa56e6124
commit f0483b8fdb
8 changed files with 271 additions and 86 deletions

View file

@ -39,6 +39,7 @@ dependencies {
implementation(libs.dagger)
implementation(libs.telephoto.zoomableimage)
implementation(libs.vanniktech.blurhash)
implementation(libs.telephoto.flick)
implementation(projects.libraries.androidutils)
implementation(projects.libraries.architecture)