mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-19 05:27:34 +01:00
chore: fix typo in comment (#1472)
This commit is contained in:
parent
4b3f78e533
commit
76856185dc
@ -67,7 +67,7 @@ class BottomControlsResourcePatch : ResourcePatch {
|
||||
element.attributes.getNamedItem("yt:layout_constraintRight_toLeftOf").nodeValue =
|
||||
"$namespace/$lastLeftOf"
|
||||
|
||||
// set lastLeftOf attribute to the the current element
|
||||
// set lastLeftOf attribute to the current element
|
||||
val nameSpaceLength = 5
|
||||
lastLeftOf = element.attributes.getNamedItem("android:id").nodeValue.substring(nameSpaceLength)
|
||||
|
||||
@ -82,4 +82,4 @@ class BottomControlsResourcePatch : ResourcePatch {
|
||||
override fun close() {
|
||||
targetXmlEditor.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user