am getting ```Failed to get visible insets. (Refle...
# compose
m
am getting
Copy code
Failed to get visible insets. (Reflection error). No field mVisibleInsets in class Landroid/view/View$AttachInfo; (declaration of 'android.view.View$AttachInfo' appears in /system/framework/framework.jar!classes3.dex)
any help? not crashing, app still works fine but I started to see it in the logcat
c
Are you on Canary 8?
m
arctic fox, latest stable release
c
Are you using accompanist insetter lib?
m
yes
0.16.1
c
Is your entire application wrapped in
Copy code
ProvideWindowInsets() { //Your nav host or app router or w/e }
? https://google.github.io/accompanist/insets/#usage
m
yes it is
it crashes if you don’t wrap the app with ti. I think
when I add
Copy code
modifier = Modifier.fillMaxSize(),
to
AnimatedNavHost
than it always expands from and shrinks towards center
c
Sorry, no idea then. Might be worth filing a bug though.
m
no problem man 😄. thank you very much
can you provide me with the link where to file accompanist bugs?
c