gsantner/memetastic

Returns To Application Overview On Screen Rotation

neupanedipen opened this issue · 2 comments

Expected behavior

On rotating the screen we should be able to remain on same page of the appication.

Actual behavior

But when you go to either Fav or Saved page and rotate the screen then you are taken to the main overview page of the application i.e. you are taken to the page with the meme templates.

How to reproduce

  1. Install the application from Play Store.
  2. Launch the app and view in potrait mode.
  3. Click on Fav or Saved option from left navigation bar.
  4. Switch the orientation of your screen to landscape mode.

    You'll be returned to the overview page or the main page with meme templates of the app.
  • Operating system: Android 6.0.1
  • Device: Samsung Galaxy J5
  • App Version: 1.4.1

Recording Of The Bug

The following video explains it more about the bug.

<iframe width="560" height="315" src="https://www.youtube.com/embed/UJl-FG99mNc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>



Posted on Utopian.io - Rewarding Open Source Contributors

Thanks for reporting!

This seems a like a easy task, so very suited for android dev newcomers too ;D. Pull request welcome! See some basics for setting up android dev env

Created a PR for this here: #124