mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
6c30c6386c
An event reporting the most recent Android View attached to the Window is both simpler to implement and automatically tracks the Activity lifecycle. The downside is that buggy programs may hold on to a stale references. Fortunately, JNI references are handles not pointers so the always-on Android JNI checks will very likely catch stale references on use. Signed-off-by: Elias Naur <mail@eliasnaur.com>