Dialer: Hide CallLogSearchFragment if it is restored from bundle
If the CallLogActivity is recycled in background, current CallLogSearchFragment will be saved in bundle in the method onSaveInstanceState, when re-create the activity, it will be restored, so it will overlap the CallLogFragment. After restoring the CallLogSearchfragment, hide it. CRs-Fixed: 775844 Change-Id: If4086097fa33adb37a2a33403d6a944852884c5b
Loading
Please register or sign in to comment