reduced delay time (#5356)

This commit is contained in:
Shaurya Rehan
2023-02-15 13:50:56 +05:30
committed by GitHub Enterprise
parent 1bd4062e05
commit 454dab0285

View File

@@ -116,7 +116,7 @@ class HomeLoanIncomeVerificationFragment :
binding.searchWidget.binding.infoTv.isVisible = false
}
lifecycleScope.launch {
delay(500)
delay(100)
binding.footerView.toggleKnowMoreVisibility(false)
}
}