mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add thumbnail shared element animation.
This commit is contained in:
committed by
Greyson Parrelli
parent
2c48d40375
commit
d0de43a6b2
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user