mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-11 16:45:35 +02:00
160cef25af
If HotspotActivity gets destroyed, so will be its viewmodel, resulting in an undefined state when the activity gets created again. While the fragments will be restored, the view model and hotspot/webserver state will not. Fix this by resetting the UI to reflect the reset of hotspot and webserver.