at the moment, tapping "proceed" on shutdown -> are you sure? looks like the ui is frozen. this is because:
ui is actually frozen waiting for btc and lnd to stop
once stopped, the ui exits and the screen doesn't redraw.
furthermore, the init shutdown sequence sometimes gets a chance to restart nd service and the ui shows up again momentarily. last thing users see is the linux halt messages.
what should happen is a message, possibly with a some kind of a spinner, saying shutdown in progress. maybe also show what's actually happening: stopping btc, stopping lnd.
at the moment, tapping "proceed" on shutdown -> are you sure? looks like the ui is frozen. this is because:
1. ui is actually frozen waiting for btc and lnd to stop
2. once stopped, the ui exits and the screen doesn't redraw.
furthermore, the init shutdown sequence sometimes gets a chance to restart `nd` service and the ui shows up again momentarily. last thing users see is the linux halt messages.
what should happen is a message, possibly with a some kind of a spinner, saying shutdown in progress. maybe also show what's actually happening: stopping btc, stopping lnd.
x1ddos
added this to the mvp v1.0 milestone 2 years ago
at the moment, tapping "proceed" on shutdown -> are you sure? looks like the ui is frozen. this is because:
furthermore, the init shutdown sequence sometimes gets a chance to restart
nd
service and the ui shows up again momentarily. last thing users see is the linux halt messages.what should happen is a message, possibly with a some kind of a spinner, saying shutdown in progress. maybe also show what's actually happening: stopping btc, stopping lnd.
completed in #22