We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864d4f1 commit 0566aa3Copy full SHA for 0566aa3
1 file changed
app/src/main/java/com/perol/asdpl/pixivez/ui/user/TagsShowDialog.kt
@@ -62,10 +62,10 @@ class TagsShowDialog : BaseDialogFragment<ViewTagsShowBinding>() {
62
})
63
viewModel.tags.observe(this){
64
if (it == null) return@observe
65
- if (it.isEmpty()) {
66
- callback!!.onClick("", viewModel.pub)
67
- this@TagsShowDialog.dismiss()
68
- }
+ // if (it.isEmpty()) {
+ // callback!!.onClick("", viewModel.pub)
+ // this@TagsShowDialog.dismiss()
+ // }
69
tagsShowAdapter.setNewInstance(it)
70
}
71
viewModel.tagsAdded.observe(this) {
0 commit comments