Skip to content

Fix ShutdownFragment crash

grant requested to merge fix-shutdown-66 into develop

This MR fixes #66 (closed) by waiting for app to be resumed before transitioning to ShutdownFragment. It uses the updateView method originally added for #27 (closed), which I have generalized to be used in both situations (probably I should eventually generalize even further and create a special component just for managing fragment transitions and use it everywhere). I also moved the shutdown callback into BrowserActivity such that transitioning to the ShutdownFragment isn't required for starting stall timeout.

Merge request reports