mzelzoghbi / ZGallery

Android 3rd party library to make implementing galleries more easier
164 stars 64 forks source link

back problem #14

Open harshmalhotra opened 7 years ago

harshmalhotra commented 7 years ago

when pressing back from gallery it shows white blank screen i have tried Clear top but nothing works.. Please provide the solution asap..

zeeshanashraf9t commented 4 years ago

Because the library creates its own screen that's why you see two screens one that the library generates for us and the second one that you created. Just call the function of the Zgallery in the onclick from your parent activity and your issue will resolve.