Updated special chars to their full-width variants

Close #2219
This commit is contained in:
Viktor De Pasquale 2020-01-06 19:06:01 +01:00
parent 904948dc7d
commit 4cfff40475

View File

@ -2,7 +2,7 @@ package com.topjohnwu.magisk.extensions
import android.content.res.Resources
val specialChars = arrayOf('!', '@', '#', '$', '%', '&', '?')
val specialChars = arrayOf('', '', '', '', '', '', '')
fun String.replaceRandomWithSpecial(passes: Int): String {
var string = this