Skip to content

Commit a848fa7

Browse files
Merge pull request #1721 from Infomaniak/fix-print-background-color
Fix incorrect print fragment background color (when loading)
2 parents a9213fc + 79b8755 commit a848fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/fragment_print_mail.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<FrameLayout
4141
android:layout_width="match_parent"
4242
android:layout_height="match_parent"
43-
android:background="@color/background"
43+
android:background="@color/backgroundColor"
4444
tools:visibility="gone">
4545

4646
<ProgressBar

0 commit comments

Comments
 (0)