google / blockly-android

Blockly for Android
Apache License 2.0
671 stars 209 forks source link

Turtle app isn't restoring workspace after back #534

Closed AnmAtAnm closed 7 years ago

AnmAtAnm commented 7 years ago

This works:

  1. Open turtle demo. Drag a block to the workspace.
  2. Click system HOME button (CIRCLE).
  3. Click task button (SQUARE).
  4. Find the Turtle demo. See the with screenshot including the workspace block. Select it.
  5. Find block still on the workspace.

This doesn't:

  1. Open turtle demo. Drag a block to the workspace.
  2. Click system BACK button (TRIANGLE). Click twice if the toolbox was open.
  3. Click task button (SQUARE).
  4. Find the Turtle demo. See the with screenshot including the workspace block. Select it.
  5. Find workspace is now empty.

Confirmed on master, APIs 19 and 24 (haven't checked others).