commit | 24410785f5458a165459c6bb40a5253b0ebea919 | [log] [tgz] |
---|---|---|
author | Tarun Nainani <tnainani@codeaurora.org> | Fri Jun 19 15:19:29 2015 -0700 |
committer | jrizzoli <joey@cyanogenmoditalia.it> | Fri Aug 28 13:15:45 2015 +0200 |
tree | 8688f9a9a0031855c6f744ff6e2105313076fce2 | |
parent | 11b4006f3c7f2f9342310299ffa86693a89fa912 [diff] |
Fix black screen issue when user press back key. Black screen flash is observed when BrowserActivity is launched from intent and when user press back key. It turns out that this was due to calling 'finish()' on activity. The correct behaviour is to put activity in background which also fixes the issue. Change-Id: I2c3d9547cfc7d357264401da902e723e44173b12