Skip to content

Commit

Permalink
Show card_front in TEI dashboard landscape view only if program is …
Browse files Browse the repository at this point in the history
…available
  • Loading branch information
msasikanth authored and andresmr committed Dec 20, 2023
1 parent 8e37b9d commit 906e2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout-land/fragment_tei_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<include
android:id="@+id/card_front"
layout="@layout/fragment_tei_data_card_front"
android:visibility="@{ program != null ? View.GONE : View.VISIBLE}"
app:dashboardModel="@{dashboardModel}"
app:enrollment="@{enrollment}"
app:followup="@{followup}"
Expand Down

0 comments on commit 906e2ec

Please sign in to comment.