Created
February 1, 2021 18:48
-
-
Save abhishekBansal/d2c1d625c3b2fb9a011ca4ad8798cadc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private fun showSuccessState(item: List<String>) { | |
| binding.progressBar.setVisible(false) | |
| binding.adapter.addItems(item) | |
| binding.recyclerView.setVisible(true) | |
| binding.successText.setVisible(true) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment