Skip to content

Commit

Permalink
Merge pull request #1950 from Infomaniak/fix-bimi-add-new-correspondent
Browse files Browse the repository at this point in the history
Fix bimi out of place certification
  • Loading branch information
NicolasBourdin88 committed Jul 5, 2024
2 parents 6ff9854 + 08d50cf commit a326815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/view_avatar_name_email.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@
android:layout_height="16dp"
android:layout_marginStart="@dimen/marginStandardSmall"
android:src="@drawable/ic_certified"
tools:ignore="ContentDescription" />
android:visibility="gone"
tools:ignore="ContentDescription"
tools:visibility="visible" />
</LinearLayout>

<TextView
Expand Down

0 comments on commit a326815

Please sign in to comment.