Fix extra padding if there is no namespace

This commit is contained in:
Jobobby04 2021-10-23 16:25:25 -04:00
parent 62ee9e6560
commit c560b70b83

View File

@ -32,7 +32,7 @@ class NamespaceTagsHolder(
true
} else {
binding.tags.updateLayoutParams<LinearLayout.LayoutParams> {
marginStart = 16.dpToPx
marginStart = 0.dpToPx
}
false
}