Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 360155af authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Explicitly hide conversation (call) icon in AOD RONs

Bug: 369151941
Flag: com.android.systemui.aod_ui_rich_ongoing
Test: manual
Change-Id: I65fc1f65c84532fc4c1a3d89c0ad3445e5deb432
parent 32f15f05
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -160,6 +160,8 @@ private class AODPromotedNotificationViewUpdater(root: View) {
    private var chronometerStub: ViewStub? = root.findViewById(R.id.chronometer)
    private var chronometer: Chronometer? = null
    private val closeButton: View? = root.findViewById(R.id.close_button)
    private val conversationIconContainer: View? =
        root.findViewById(R.id.conversation_icon_container)
    private val conversationText: TextView? = root.findViewById(R.id.conversation_text)
    private val expandButton: NotificationExpandButton? = root.findViewById(R.id.expand_button)
    private val headerText: TextView? = root.findViewById(R.id.header_text)
@@ -191,6 +193,7 @@ private class AODPromotedNotificationViewUpdater(root: View) {
        alternateExpandTarget?.visibility = GONE
        bigPicture?.visibility = GONE
        closeButton?.visibility = GONE
        conversationIconContainer?.visibility = GONE
        expandButton?.visibility = GONE
        leftIcon?.visibility = GONE
        notificationProgressEndIcon?.visibility = GONE