Grey spinner displays ion the wrapping banner view as well as the underlying home view, sometimes indefinitely #5407
Labels
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
A grey spinner displays on the
HomeViewControllerWithBannerWrapperViewController
that wrapsHomeViewController
. Sometimes this displays indefinitely as the class does not inherit fromMKXViewController
and therefore doesn't receive session state updates.Rather than inherit
MXKActivityHandlingViewController
which add's a spinner, we should change the wrapper to just conform toMXKViewControllerActivityHandling
and just pas the hide/show methods on to the underlyingHomeViewController
.The text was updated successfully, but these errors were encountered: