wbrenna / GTFSOffline

A flexible Android transit app for use with any pro-GTFS transit agency!
GNU General Public License v3.0
30 stars 8 forks source link

Data loss while using the app (dialog disappears on-screen rotation) #29

Open davirec opened 2 years ago

davirec commented 2 years ago

When I perform these sequences of events, the dialog disappears on-screen rotation:

  1. Go to the Main activity
  2. Tap in Settings
  3. Tap in Search Window (km)
  4. A fragment similar to this will appear:
  1. Force the pause from the activity and then return to the activity (double rotation). Note that the fragment disappears. Note: the pause from activity can be performed in several ways. We suggest using a double rotation (starts in portrait, goes to landscape, and back to portrait) with this function previously enabled in the smartphone.

The expected behavior is the return to the previous state with the fragments of the previous image.

However, the fragment disappears.

Device:

davirec commented 2 years ago

Hi, I found another failure in the MainActivity activity performing the same procedure of the double rotation. A blue line disappeared after the double rotation.

Before rotation:

After rotation:

Note: