Files
eng-pad/app
Kyle Isom 6a628d2435 Fix remaining flicker and prevent empty page creation on swipe
Flicker: removed View background and super.onDraw() call — canvas is
filled with white explicitly in onDraw before compositing the backing
bitmap, eliminating the clear-then-redraw flash.

Empty page: swiping right on the last page only creates a new page if
the current page has strokes. Empty pages don't spawn more empties.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:10:01 -07:00
..