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

Commit adecbbaf authored by Li Wei's avatar Li Wei Committed by Gerrit - the friendly Code Review server
Browse files

Dialer:CallLogActivity re-created when rotating device

-Add android:configChanges="orientation|screenSize|keyboardHidden"
 for CallLogActivity to avoid re-creation of CallLogActivity when
 rotate screen or hide keyboard

Change-Id: Id8591dab55243d337f746a782cd954b56f4fe953
CRs-Fixed: 1061431
parent 06fe7f09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -169,6 +169,7 @@
        </activity>

        <activity android:name="com.android.dialer.calllog.CallLogActivity"
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:label="@string/call_log_activity_title"
            android:theme="@style/DialtactsThemeWithoutActionBarOverlay"
            android:icon="@mipmap/ic_launcher_phone">