Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Query in Rotation #415

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Save Query in Rotation #415

merged 1 commit into from
Oct 5, 2020

Commits on Nov 19, 2018

  1. Save Query in Rotation

    The activity didn't save the query when there was a rotation. Because of that, I made some changes: First, I added the onSaveInstanceState method, where I add the query. Then, when the Activity is in the onCreate method, I save the Bundle (if it exists) and then, when the SearchView is created, I set the saved query to the SearchView
    s-cortes authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    472ce0f View commit details
    Browse the repository at this point in the history