mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Ensure we do not stage shared element transition view when opening media from a bubble.
This commit is contained in:
committed by
Greyson Parrelli
parent
bf611f3a56
commit
5c688289a5
@@ -533,7 +533,8 @@ public class AttachmentManager {
|
||||
false,
|
||||
MediaTable.Sorting.Newest,
|
||||
slide.isVideoGif(),
|
||||
new MediaIntentFactory.SharedElementArgs());
|
||||
new MediaIntentFactory.SharedElementArgs(),
|
||||
false);
|
||||
context.startActivity(MediaIntentFactory.create(context, args));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user