Skip to content

Commit

Permalink
Merge pull request #6013 from vector-im/feature/adm/hide-ftue-ems
Browse files Browse the repository at this point in the history
FTUE - Temporarily hide EMS section
  • Loading branch information
ouchadam authored May 12, 2022
2 parents 3f8ddbe + 33c1e1e commit cad9d44
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@
app:layout_constraintHeight_percent="0.02"
app:layout_constraintTop_toBottomOf="@id/chooseServerSubmit" />

<!-- EMS section is temporarily hidden whilst we sync with marketing -->
<androidx.constraintlayout.widget.Group
android:layout_width="match_parent"
android:layout_height="0dp"
android:visibility="gone"
app:constraint_referenced_ids="chooseServerEmsContainer,emsTopSpacing,chooseServerEmsIcon,chooseServerEmsTitle,chooseServerEmsSubtitle,chooseServerGetInTouch,emsCtaSpacing" />

<View
android:id="@+id/chooseServerEmsContainer"
android:layout_width="0dp"
Expand Down

0 comments on commit cad9d44

Please sign in to comment.