commit | add468c01205fd3ef4e0bd67d2c5662be289c0b5 | [log] [tgz] |
---|---|---|
author | TYM Tsai <tymtsai@google.com> | Fri Jul 31 14:21:20 2020 +0800 |
committer | TYM Tsai <tymtsai@google.com> | Fri Jul 31 14:44:59 2020 +0800 |
tree | 2f1fe457c06500d31bc56afcc9fb078a87fae764 | |
parent | 6abd9378ff68e7e834fbfa001705ab48a8cc8a4b [diff] |
Fix the save UI does not restore The new behavior of preesing the back key will move the activity task to the background, but the activity has not yet been finished. This will break some behaviors base on the onFinish() method when the back key is pressed. Make sure to restore the save UI after processing the back key event. Fixes: 162203720 Test: atest CtsAutoFillServiceTestCases Change-Id: I028056cadaa467cf1f795b0b76c88d24e0ba1955