open Gallery Preview Fragment
private fun openGalleryPreviewFragment(firstImage: File?, secondImage: File?, withTransition: Boolean = true)
Content copied to clipboard
Opens GalleryPreviewFragment in R.id.gallery_fragment_body_layout.
Parameters
first Image
First image to be shown in the image carousel (= cropped screenshot)
second Image
Second image to be shown in the image carousel (= full screenshot)
with Transition
Whether a transition animation should be played or not