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

Commit

Permalink
Fix : EOL - information screen (EXPOSUREAPP-14883) (#5877)
Browse files Browse the repository at this point in the history
https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14883

Co-authored-by: Alex Paulescu <alex.paulescu@gmail.com>
  • Loading branch information
mtwalli and SamuraiKek authored Mar 2, 2023
1 parent 1f2dc99 commit 963dc02
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 963dc02

Please sign in to comment.