commit | 5959d68442958ec3e73a476484ecc697a5295190 | [log] [tgz] |
---|---|---|
author | Hiroki Sato <hirokisato@google.com> | Fri Dec 15 12:35:56 2023 +0900 |
committer | Hiroki Sato <hirokisato@google.com> | Fri Dec 15 06:32:07 2023 +0000 |
tree | 9d6d9d28600e83471d7f9f9da42b6c2c47deeda0 | |
parent | 5ae70ad1e2c2aa45b036429856820f4c51c7423a [diff] |
Prevent NetworkRequestDialogActivity recreation on some configuration change NetworkRequestDialogActivity's internal state gets reset if Configuration change happens, for example rotation or resize. This change prevents such an unwanted restart of Activity. Bug: 314893682 Test: resizing the dialog won't trigger restart. Change-Id: Ia628db81b76d8b15f2ac11f53652e444c44f564d (cherry picked from commit c53818a4569ce011820732d842eaa57ab1bcc52b)