mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-09-21 05:05:01 -04:00
remove a couple redundant variables
This commit is contained in:
1 parent
d3567b0b95
commit
2cdc142ee9
1 file changed
-3
@@ -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
|
||||
|
||||
Reference in new issue
Block a user