codenameone / CameraKitCodenameOne

A cross platform API for low level camera access
3 stars 5 forks source link

Issue when i try to reload a screen with cameraKit.getView() #6

Closed masartbenji closed 4 years ago

masartbenji commented 4 years ago

Hello @codenameone ,

I have an issue with the library CameraKit. I open a screen with the view of the camera it work like it should be but if a return on the previous screen and i want to take a picture again i have an exception and a white screen because cameraKit.getView has already a parent. I actually don't know how to fix this bug.