https://kotlinlang.org logo
#compose
Title
# compose
v

Vitaliy Zarubin

12/22/2021, 8:42 AM
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.
v

Vitaliy Zarubin

12/22/2021, 7:34 PM
navigationBarsPadding is there and it doesn’t work for this popup
c

Colton Idle

12/22/2021, 7:44 PM
I think this is a system level popup, so there's really nothing for you to do. The system popups shouldn't be cut off.
1
🤷‍♂️ 1
v

Vitaliy Zarubin

12/22/2021, 8:27 PM
I tested it on a device - the same story.
c

cb

12/23/2021, 9:51 AM
Apps have no control over that dialog, as Colton said it's a system dialog.
🙏 2
c

Colton Idle

12/27/2021, 3:16 PM
nice. i was right about something. 😅 Colton: 1 World: 99809325809289
2 Views