mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
f7f94c93fe
Android can re-create our Activity and GioView at any time, losing view and activity state such as the current cursor. Further, setting state while there is no GioView attached is lost. Track the current and unapplied state, and apply it when a GioView is available. Signed-off-by: Elias Naur <mail@eliasnaur.com>