You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Show detail descriptions in settings
This commit is contained in:
@@ -35,7 +35,7 @@ sealed class TransitiveText {
|
||||
// ---
|
||||
|
||||
companion object {
|
||||
val empty = String("")
|
||||
val EMPTY = String("")
|
||||
}
|
||||
|
||||
}
|
||||
@@ -51,4 +51,4 @@ fun TextView.setText(text: TransitiveText) {
|
||||
}
|
||||
|
||||
@InverseBindingAdapter(attribute = "android:text", event = "android:textAttrChanged")
|
||||
fun TextView.getTransitiveText() = text.asTransitive()
|
||||
fun TextView.getTransitiveText() = text.asTransitive()
|
||||
|
||||
Reference in New Issue
Block a user