-
-
Save illuzor/ac42fc98de5ba7b5f1c6ecf105e1c4fe to your computer and use it in GitHub Desktop.
This file contains 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
LOADED -> { | |
showContent() | |
adapter.addItems(model.data) | |
adapter.setOnclickListener { filename -> | |
val intent = Intent(context, WallpaperActivity::class.java) | |
intent.putExtra("filename", filename) | |
intent.putExtra("category", category) | |
startActivity(intent) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment