hide button without active profile

This commit is contained in:
Milos Kozak 2021-10-31 17:24:15 +01:00
parent 42daad43f4
commit 2b71bfdeb0

View file

@ -137,6 +137,7 @@ class ProfileSwitchDialog : DialogFragmentWithDate() {
} else {
binding.reuselayout.visibility = View.GONE
}
else binding.reuselayout.visibility = View.GONE
}
binding.ttLayout.visibility = View.GONE
}