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

Commit defc5d9b authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Remove the smart reply container from the base template; I believe they are never used

Test: atest SystemUITests
Change-Id: Ieca42376381133c07692134dae60e025da0bd3d5
parent 3f2a89f2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -39,10 +39,6 @@
            android:layout_height="@dimen/notification_progress_bar_height"
            android:layout_marginTop="@dimen/notification_progress_margin_top"
            layout="@layout/notification_template_progress" />
        <include layout="@layout/notification_template_smart_reply_container"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="@dimen/notification_content_margin" />
    </LinearLayout>
    <include layout="@layout/notification_template_right_icon" />
</FrameLayout>