Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Fix : EOL - information screen (EXPOSUREAPP-14883) #5877

Merged
merged 3 commits into from
Mar 2, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class InformationFragment : Fragment(R.layout.fragment_information), AutoInject

vm.isEol.observe(viewLifecycleOwner) {
with(binding) {
informationTechnical.isVisible = !it
informationContact.isVisible = !it
informationDebuglog.isVisible = !it
}
}
Expand Down