summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/11/changes
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2014-06-28 14:00:53 -0700
committerCraig Mautner <cmautner@google.com>2014-06-28 14:00:53 -0700
commit33acfbed073fdda5bcd2c97213a0361bc5958702 (patch)
treed76f9da66224b60ba50520d2de763acf5d6b72f6 /docs/html/sdk/api_diff/11/changes
parenteb8d1be6acad180eabde84f19196b9ecaba81353 (diff)
Restore saved fragment state
DialogFragment was saving the state of the dialog in onSavedInstanceState() but this was being lost because it was only being saved in the FragmentState but not being restored into the Fragment when the Fragment was being reinstantiated. This left us in a state after a rotation where the DialogFragment was in the state "showing" but had never been relaunched. Restoring the saved Bundle to the Fragment causes the DialogFragment to be relaunched after the rotation. Fixes bug 15559669. Change-Id: I953a6c4bfdaed1ebcad1d99f47ceac5e017797db
Diffstat (limited to 'docs/html/sdk/api_diff/11/changes')
0 files changed, 0 insertions, 0 deletions