Skip to content

Draft: Adding SavedInstanceState to Fragments 1 and 2.

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_291_292_adding_savedinstancestate_1and2

Related Issues

Closes #291 (closed) and #292 (closed)

Description

This is a simple merge request that will add savedInstanceState to Fragments 1 and 2.

Steps to Test

  1. Open AVD and Navigate to Guest Registration
  2. Fill out the first and second page of the form.
  3. Instead of moving to fragment 3, press back to go to fragment 1.
  4. Confirm that Fragment 1 fields are still there.
  5. Click 'next' to next fragment, confirm that fragment 2 selections are still there.

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

Developer Notes

Doing this quick in hopes that is solves the bug detailed in #288 (closed)

Merge request reports