SetupWizard: fix button visibility
This commit is contained in:
parent
e33a66b65e
commit
3c2991dd28
|
@ -9,7 +9,7 @@ class SWButton(injector: HasAndroidInjector) : SWItem(injector, Type.BUTTON) {
|
||||||
|
|
||||||
private var buttonRunnable: Runnable? = null
|
private var buttonRunnable: Runnable? = null
|
||||||
private var buttonText = 0
|
private var buttonText = 0
|
||||||
private var buttonValidator: (() -> Boolean)? = { false }
|
private var buttonValidator: (() -> Boolean)? = null
|
||||||
private var button: Button? = null
|
private var button: Button? = null
|
||||||
|
|
||||||
fun text(buttonText: Int): SWButton {
|
fun text(buttonText: Int): SWButton {
|
||||||
|
|
Loading…
Reference in a new issue