Add thumbnail shared element animation.

This commit is contained in:
Alex Hart
2023-02-09 14:38:48 -04:00
committed by Greyson Parrelli
parent 2c48d40375
commit d0de43a6b2
25 changed files with 484 additions and 252 deletions

View File

@@ -527,7 +527,8 @@ public class AttachmentManager {
false,
false,
MediaTable.Sorting.Newest,
slide.isVideoGif());
slide.isVideoGif(),
new MediaIntentFactory.SharedElementArgs());
context.startActivity(MediaIntentFactory.create(context, args));
}
}