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

Commit 71d1a967 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Consolidate CallSubject history and dialog.

- Removed CallSubjectHistory activity and put that functionality into
CallSubjectDialog.
- This was to give better control of layout and make it possible to
animate between show/hide of call subject history.

Bug: 22685114
Change-Id: I34a127b430c129c3f6333536b9da9808effa35a6
parent 5f87e923
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -490,8 +490,9 @@
            </intent-filter>
        </activity>

        <activity android:name="com.android.contacts.common.dialog.CallSubjectHistory"
                  android:theme="@style/Theme.CallSubjectSelector">
        <activity android:name="com.android.contacts.common.dialog.CallSubjectDialog"
                  android:theme="@style/Theme.CallSubjectDialogTheme"
                  android:windowSoftInputMode="stateVisible|adjustResize">
            <intent-filter>
                <action android:name="android.intent.action.VIEW"/>
            </intent-filter>