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

Commit 1fc8847a authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Remove AccountFilterActivity and its usage (Contacts)

Bug 27687799

Change-Id: Ic9ec92e088ccfcfeee797bc5fbd961142d066e9b
parent e3e24f3a
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -214,18 +214,6 @@
            android:theme="@style/ContactsPreferencesTheme"
            android:exported="false" />

        <!-- Used to filter contacts list by account -->
        <activity
            android:name=".common.list.AccountFilterActivity"
            android:label="@string/activity_title_contacts_filter"
            android:theme="@style/ContactListFilterTheme" />

        <!-- Used to select display and sync groups -->
        <activity
            android:name=".common.list.CustomContactListFilterActivity"
            android:label="@string/custom_list_filter"
            android:theme="@style/ContactListFilterTheme" />

        <activity
            android:name=".common.activity.RequestPermissionsActivity"
            android:label="@string/launcherActivityLabel"
+4.23 KiB
Loading image diff...
+2.01 KiB
Loading image diff...
+6.33 KiB
Loading image diff...
+0 −4
Original line number Diff line number Diff line
@@ -305,10 +305,6 @@
        <item name="android:listViewStyle">@style/ListViewStyle</item>
    </style>

    <style name="ContactListFilterTheme" parent="@style/PeopleTheme">
        <item name="android:listViewStyle">@style/ListViewStyle</item>
    </style>

    <style name="NonPhoneActivityTheme" parent="@android:Theme.Translucent.NoTitleBar">
    </style>

Loading