[Minimal HUN] hide conversation icon by default

Conversation Icon background is visible for legacy minimal HUN. This changes hides it default.

Flag: EXEMPT trivial bugfix
Test: Presubmit and post a minimal HUN for legacy messaging with Notify2 and see app icon.
Fixes: 391789291
Change-Id: I8cf333937cb8ca52f1e4cada7332a3d00079adb0
diff --git a/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml b/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml
index 149a5a9..2df1725 100644
--- a/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml
+++ b/core/res/res/layout/notification_template_material_messaging_compact_heads_up.xml
@@ -45,6 +45,7 @@
         android:maxDrawableWidth="@dimen/notification_icon_circle_size"
         android:maxDrawableHeight="@dimen/notification_icon_circle_size"
         android:scaleType="centerCrop"
+        android:visibility="gone"
         android:importantForAccessibility="no"
         />
     <ViewStub