mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 10:59:23 +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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user