Mikkelet
Mikkelet
If you modify the will pop scope function to await the result from the dialog and pop/stay based on the result, the page can get stuck in a stuck state....
Updated various versions for gradle, kotlin and local dependendencies, added viewbinding (synths is depr)
### Steps to reproduce 1. Implement a simple camera app with a preview (camera: ^0.11.0+2) 2. enable flash using CameraController.setFlashMode(FlashMode.always) 3. Build the app for WEB 4. deploy your app...