JusticeRage / ApkTrack

ApkTrack is an Android app which checks if updates for installed APKs are available.
GNU General Public License v3.0
122 stars 27 forks source link

Returns To Application Overview On Screen Rotation #131

Open neupanedipen opened 6 years ago

neupanedipen commented 6 years ago

Expected behavior

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

Actual behavior

But when you search for an app and when the search results are shown, on rotating the screen orientation you are taken to the main overview page of the appication.

How to reproduce

  1. Download the application from F-Droid and install it.
    2.  Launch the app in potrait mode.
  2. Click on search icon and search for an app.
  3. Switch the orientation of your screen to landscape mode.
  4. You'll be returned to the overview page or the main clock page of the app.
    Operating system: Android 6.0.1
    Device: Samsung Galaxy J5
    App Version: 2.1.3

Recording Of The Bug

The following video explains it more about the bug.



Posted on Utopian.io - Rewarding Open Source Contributors

JusticeRage commented 6 years ago

Thanks for the report, and apologies for the late reply, I had completely missed it. You are correct that the application state is not saved when switching between landscape and portrait mode. This is something I regard as low priority but will try to fix in the future nonetheless.