Fix extra padding if there is no namespace
This commit is contained in:
parent
62ee9e6560
commit
c560b70b83
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class NamespaceTagsHolder(
|
|||
true
|
||||
} else {
|
||||
binding.tags.updateLayoutParams<LinearLayout.LayoutParams> {
|
||||
marginStart = 16.dpToPx
|
||||
marginStart = 0.dpToPx
|
||||
}
|
||||
false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue