mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
a776960650
When the roll hit CAMERA_ROLL_LIMIT the capture path alerted "full" then did clone.pop() (dropping the NEWEST photo) and pushed the new one — so once full the roll was pinned at the limit and every further shot just replaced the most-recent picture. Block the shot instead (return after the alert).