teamraincoat / agricat

Enrollment application for agricultural insurance policies
0 stars 0 forks source link

Handle multiple taps on the capture button in the camera view #73

Open j0x0j opened 2 years ago

j0x0j commented 2 years ago

If you tap on the capture image button in the camera view multiple times fast, a few errors come up. The camera kit component doesn't crash at least. I suggest we implement some debounce logic so that multiple taps on the capture button are only handled one time.

Screen Shot 2022-04-27 at 10 40 42 PM