fix(youtube/bottom-controls-resource-patch): use correct length for nameSpaceLength (#1401)
This commit is contained in:
parent
6a6f05e2cb
commit
7966be827f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class BottomControlsResourcePatch : ResourcePatch {
|
|||
"$namespace/$lastLeftOf"
|
||||
|
||||
// set lastLeftOf attribute to the the current element
|
||||
val nameSpaceLength = 4
|
||||
val nameSpaceLength = 5
|
||||
lastLeftOf = element.attributes.getNamedItem("android:id").nodeValue.substring(nameSpaceLength)
|
||||
|
||||
// copy the element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue