8000 Fix : EOL - information screen (EXPOSUREAPP-14883) by mtwalli · Pull Request #5877 · corona-warn-app/cwa-app-android · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was 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 all 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
0