ClientPanel doesn't change height properly during call on iOS

iOS 10.0.2
Fuse 0.32

When a call is active, ClientPanel leaves room for the statusbar. However the entire panel is moved below the green ongoing call bar. The area ClientPanel expects the statusbar to occupy is left empty.

I would have expected ClientPanel to collapse that area during a call.

<App Background="#ED462F">
    <iOS.StatusBarConfig Style="Light" IsVisible="True" Animation="Slide" />
    <Android.StatusBarConfig Color="#ED462F" IsVisible="True" />

    <ClientPanel>
        <ux:Include File="MainNavigator.ux"/>
    </ClientPanel>

</App>

App.unoproj

  ...
  "Mobile": {
    "ShowStatusbar": true,
    "Orientations": "Portrait"
  }