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 committed Dec 18, 2023
1 parent d30aad1 commit 48fc86c
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 48fc86c

Please sign in to comment.