Do not hold resources in SuperuserViewModel

This commit is contained in:
topjohnwu
2021-04-09 01:00:26 -07:00
parent 7cb2806878
commit 0f95a7babe
4 changed files with 15 additions and 19 deletions

View File

@@ -37,7 +37,6 @@ sealed class TransitiveText {
companion object {
val EMPTY = String("")
}
}