Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed Mar 5, 2024
1 parent eced84a commit a566cd7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ object OverlayButtonsPatch : ResourcePatch() {
)

val marginBottom = "$BottomMargin"
val marginBottomButtons = (marginBottom.substringBefore("dip").toFloat() + 4).toString() + "dip"

context.xmlEditor["res/layout/youtube_controls_bottom_ui_container.xml"].use { editor ->
editor.file.doRecursively loop@{ node ->
Expand Down

0 comments on commit a566cd7

Please sign in to comment.