This commit is contained in:
Jobobby04
2021-05-24 14:48:41 -04:00
parent c39ec81f42
commit b18075de14
4 changed files with 4 additions and 9 deletions
@@ -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)
+2 -2
View File
@@ -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"