mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-03 20:07:53 +01:00
remove a couple redundant variables
This commit is contained in:
parent
d3567b0b95
commit
2cdc142ee9
@ -35,9 +35,6 @@ class Breadcrumbs(context: Context, attrs: AttributeSet) : LinearLayout(context,
|
||||
}
|
||||
|
||||
override fun onLayout(changed: Boolean, l: Int, t: Int, r: Int, b: Int) {
|
||||
val paddingTop = paddingTop
|
||||
val paddingLeft = paddingLeft
|
||||
val paddingRight = paddingRight
|
||||
val childRight = measuredWidth - paddingRight
|
||||
val childBottom = measuredHeight - paddingBottom
|
||||
val childHeight = childBottom - paddingTop
|
||||
|
Loading…
x
Reference in New Issue
Block a user