Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch for "Cannot use Trezor Model T #247" #252

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ open class GreenViewModel constructor(
val promo: MutableStateFlow<Promo?> = MutableStateFlow(null)
private var promoImpression: Boolean = false

private var _deviceRequest: CompletableDeferred<String>? = null
//private var _deviceRequest: CompletableDeferred<String>? = null
private var _bootstrapped: Boolean = false

open val isLoginRequired: Boolean = greenWalletOrNull != null
Expand Down Expand Up @@ -1019,5 +1019,6 @@ open class GreenViewModel constructor(

companion object: Loggable(){
fun preview() = object : GreenViewModel() { }
private var _deviceRequest: CompletableDeferred<String>? = null
}
}