Ensure we do not stage shared element transition view when opening media from a bubble.

This commit is contained in:
Alex Hart
2023-03-17 14:07:33 -03:00
committed by Greyson Parrelli
parent bf611f3a56
commit 5c688289a5
6 changed files with 18 additions and 9 deletions

View File

@@ -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));
}
}