• Fix #1808, Fix #1809: Fix tipping screen rotation & multitasking layout

    kylehickinson committed Oct 29, 2019
    In iOS 13, `traitCollectionDidChange` no longer is called on `init` and instead is given a predicted trait collection therefore we need to make sure to use that predicted trait collection on `init` in case it never changes.