You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use ObjectFromUintptr/VMFromUintptr in all examples
Replace unsafe.Pointer(activity.clazz) and unsafe.Pointer(activity.vm)
with the new uintptr-based constructors across all 55 examples. Fixes
go vet "possible misuse of unsafe.Pointer" warnings caused by CGo
mapping jobject to uintptr.
0 commit comments