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

Commit 83f6f8df authored by Brian Attwell's avatar Brian Attwell
Browse files

Don't set the same viewId twice

This change is necessitated by a change in ag/541280.

Dialer doesn't actually use the account_filter_header. But
I figure I should keep references to it upto date as long
as they have it.

Bug: 17399714
Change-Id: I0a853876af895b9cb5493e872b91c44ba3bbba2f
parent 619f4ace
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -24,9 +24,7 @@
    <!-- Shown only when an Account filter is set.
         - paddingTop should be here to show "shade" effect correctly. -->
    <!-- TODO: Remove the filter header. -->
    <include
        android:id="@+id/account_filter_header_container"
        layout="@layout/account_filter_header" />
    <include layout="@layout/account_filter_header" />

    <FrameLayout
        android:layout_width="match_parent"