reduced delay time (#5356)
This commit is contained in:
committed by
GitHub Enterprise
parent
1bd4062e05
commit
454dab0285
@@ -116,7 +116,7 @@ class HomeLoanIncomeVerificationFragment :
|
||||
binding.searchWidget.binding.infoTv.isVisible = false
|
||||
}
|
||||
lifecycleScope.launch {
|
||||
delay(500)
|
||||
delay(100)
|
||||
binding.footerView.toggleKnowMoreVisibility(false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user