WordPress-Editor-Android icon indicating copy to clipboard operation
WordPress-Editor-Android copied to clipboard

Preserve local drafts on sign out?

Open bummytime opened this issue 9 years ago • 1 comments

Original issue: https://github.com/wordpress-mobile/WordPress-Android/issues/1989

A user had local drafts in the app, then signed out. The app cleared all of the posts.

Maybe we could:

  • Preserve local drafts, even on sign out?
  • Show some kind of warning that local drafts will be lost if you sign out.

bummytime avatar Apr 04 '15 20:04 bummytime

Note: this was fixed but the implementation was not perfect (the number of cases with wporg/wpcom accoount doesn't help). The best solution to solve this: have local drafts in a specific table and keep that table untouched whatever the user does (signout / signin).

maxme avatar Feb 03 '16 12:02 maxme