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

Commit

Permalink
Set new note only for onboarding delta interoperability
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderAlferov committed Sep 25, 2020
1 parent aab5864 commit 71a9f6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Expand Up @@ -46,9 +46,6 @@
app:countryListTitle="@{@string/interoperability_configuration_list_title}"
app:countryData="@{countryData}"
app:isOnboarding="@{false}"
app:showFooter="@{true}"
app:footerTitle="@{@string/interoperability_onboarding_delta_footerTitle}"
app:footerDescription="@{@string/interoperability_onboarding_delta_footerDescription}"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down
3 changes: 0 additions & 3 deletions Corona-Warn-App/src/main/res/layout/include_onboarding.xml
Expand Up @@ -170,9 +170,6 @@
app:countryListTitle="@{@string/interoperability_onboarding_list_title}"
app:countryData="@{countryData}"
app:isOnboarding="@{true}"
app:showFooter="@{true}"
app:footerTitle="@{@string/interoperability_onboarding_delta_footerTitle}"
app:footerDescription="@{@string/interoperability_onboarding_delta_footerDescription}"
app:layout_constraintBottom_toTopOf="@+id/onboarding_location_card"
app:layout_constraintEnd_toStartOf="@+id/guideline_end"
app:layout_constraintStart_toStartOf="@+id/guideline_start"
Expand Down

0 comments on commit 71a9f6e

Please sign in to comment.