The decision of whether to show the dialog offering to send testnet coins currently requires we ask the shared preferences every time if that dialog has been shown before. We should poll shared preferences once upon creating the viewmodel and cache its response.
The decision of whether to show the dialog offering to send testnet coins currently requires we ask the shared preferences every time if that dialog has been shown before. We should poll shared preferences once upon creating the viewmodel and cache its response.