OSDN Git Service

Black screen appears after tapping the back key
authorxiaocheng.x.wang <xiaocheng.x.wang@sonymobile.com>
Mon, 25 Jan 2016 02:55:13 +0000 (10:55 +0800)
committerZoran Jovanovic <zoran.jovanovic@sonymobile.com>
Wed, 16 Nov 2016 15:18:08 +0000 (15:18 +0000)
commit2cea7f814b0100cfdbf840427ce02f1805cbccb3
treef54529834147178dbdbfd6254ba63cb6dc6e4c5c
parent917b7b863c6eefe5dcaa8523276fb1e7d9e29723
Black screen appears after tapping the back key

Black screen is displayed after tapping the back key when editing SIM name.

To reproduce:
Settings->Dual SIM->tap the SIM name->tap back key.

[Expected Result]
Screen should be displayed normally.

[Actual Result]:
Black screen is displayed.

The cause is the dialog is not finished when it's dismissed.

Bug: 32934740
Change-Id: Ieddb65247cfe7b9434c8cfa7aeec2396616d9b81
src/com/android/settings/sim/SimPreferenceDialog.java