Cleanup
This commit is contained in:
@@ -145,7 +145,7 @@ class EhLoginActivity : BaseViewBindingActivity<EhActivityLoginBinding>() {
|
||||
}
|
||||
}
|
||||
|
||||
fun openIgneousDialog() {
|
||||
private fun openIgneousDialog() {
|
||||
var igneous: CharSequence? = null
|
||||
MaterialDialog(this)
|
||||
.title(R.string.custom_igneous_cookie)
|
||||
|
||||
@@ -45,9 +45,9 @@ object SourceTagsUtil {
|
||||
|
||||
private fun wrapTagNHentai(namespace: String, tag: String) = if (tag.contains(' ')) {
|
||||
if (namespace == "tag") {
|
||||
"\"$tag\""
|
||||
""""$tag""""
|
||||
} else {
|
||||
"$namespace:\"$tag\""
|
||||
"""$namespace:"$tag""""
|
||||
}
|
||||
} else {
|
||||
"$namespace:$tag"
|
||||
|
||||
Reference in New Issue
Block a user