-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Local auto-save doesn't work in Gutenberg #10415
Copy link
Copy link
Closed
wordpress-mobile/gutenberg-mobile
#1351Closed
Copy link
Description
Expected behavior
When I'm editing a post in Gutenberg it's being auto-saved periodically into the local database.
Actual behavior
When I'm editing a post in Gutenberg it's not being auto-saved into the local storage.
Steps to reproduce the behavior
- Create a draft
- Edit title and content
- Notice
https://github.com/wordpress-mobile/WordPress-Android/blob/180162d62b568319f497ae3b82f22d0b98d87448/WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java#L2333is never invoked - Restart/kill the app using ADB
- Open the app and notice the Title and Content you created in step 2 is lost.
@hypest Could you please look into this issue or ping someone who might have some insights. Thanks
Reactions are currently unavailable