akshay2211 / PixImagePicker

Pix is a Whatsapp image picker replica. with this, you can integrate an image picker just like WhatsApp.
Apache License 2.0
864 stars 218 forks source link

statusbar is not restored properly after close the picker #216

Closed pmrzygweb closed 3 years ago

pmrzygweb commented 3 years ago

I called showStatusBar() function but it doesn't restore the statusbar properly. any additional configuration is required? when I close the picker, I am seeing white background and text color statusbar

enq3 commented 3 years ago

I fixed this by replacing systemUiVisibility API with WindowInsetsControllerCompat in the library. PR: https://github.com/akshay2211/PixImagePicker/pull/217

pmrzygweb commented 3 years ago

Great @enq3 Is it possible to use this branch in gradle?

pmrzygweb commented 3 years ago

I had to change the theme manually when back from picker