Fix visibility exception field spacing

This commit is contained in:
ajp_anton
2026-09-03 00:30:37 +00:00
parent ed5f0c67db
commit 99f999d4e0
@@ -130,7 +130,7 @@ class AppVisibilityFragment : Fragment(R.layout.fragment_app_visibility) {
hint = "Regular expression" hint = "Regular expression"
setText(existing?.pattern) setText(existing?.pattern)
maxLines = 4 maxLines = 4
setPadding(dp(24), 0, dp(24), 0) setPadding(dp(24), paddingTop, dp(24), paddingBottom)
} }
val dialog = MaterialAlertDialogBuilder(requireContext()) val dialog = MaterialAlertDialogBuilder(requireContext())
.setTitle(if (existing == null) "Add text exception" else "Edit text exception") .setTitle(if (existing == null) "Add text exception" else "Edit text exception")