Hello. Problem opening deep link. Used by ProvideWindowInsets. Tell me pls where to look, what to do, have any ideas?
j
Joseph Hawkes-Cates
12/22/2021, 6:29 PM
I haven’t dealt with opening deep links yet, but the accompanist insets library provides modifier extensions to add padding for the common insets you need to handle. In this case it should be the “navigationBarsPadding()” modifier. So you should be able to add that modifier to your view to fix this.