-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Gutenberg state lost when Activity killed #9148
Copy link
Copy link
Closed
Labels
Description
Expected behavior
Content shouldn't be lost even if the system chooses to kill the Editor Activity while it's open but in the background
Actual behavior
if Don't keep activities is turned ON, and you open the Gutenberg editor and type something in it, then send the app to the background and bring it back to the foreground, the editor appears empty (the content is not saved / re-populated).
Steps to reproduce the behavior
- set
Don't keep activitiesON and choose to use Gutenberg in App Settings within WPAndroid/Me tab. - start a new draft
- type something
- send the app to the background (i.e. tap the HOME button of the device)
- bring it back to the foreground
- observe the Editor shows empty now
Tested on [Google Pixel], Android [8.1]
Reactions are currently unavailable