rosenlu / sylon

2 stars 0 forks source link

Show the new first page correctly when pages are rearranged #17

Closed strassan closed 3 years ago

strassan commented 3 years ago

Steps to reproduce

  1. Create a new document.
  2. Add at least two pages to it.
  3. Go back to the MainActivity, you should see the first page as a preview.
  4. Back in the Document, rearrange the two pages (so the first page is not the same as before)
  5. Go back to the MainActivity by pressing the android native "back" button (not the one on the top left, it behaves correctly)

Expected behaviour

The preview of the first page should show the new first page, as it was rearranged.

Actual behaviour

The preview still shows the old first page.