Loading
ui: Set window inset listener only once
On API 29 and lower seems like Android has a bug where it does not dispatch window insets properly to sibling views: https://github.com/streetcomplete/StreetComplete/issues/6030 The fix here is to... not set window inset handler on multiple views simultaneously. Hopefully this fixes it.