Created
February 1, 2021 18:45
-
-
Save abhishekBansal/d73ac5042ac2233d2bd0e67a83eec420 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>) { | |
| progressBar.setVisible(false) | |
| adapter.addItems(item) | |
| recyclerView.setVisible(true) | |
| successText.setVisible(true) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment