ericberman / MyFlightbookAndroid

Android client app for MyFlightbook.com
http://myflightbook.com
GNU General Public License v3.0
21 stars 8 forks source link

NewFlight menu sometimes gets a merge of all the menus #213

Open ericberman opened 3 years ago

ericberman commented 3 years ago

Go to home screen and start or pause a flight It launches to NewFlight tab Tap on menu Result: You see menu items for lots of different screens, including contact/follow on facebook/etc. (Is this MFBMain's options menu?)

ericberman commented 3 years ago

It's a viewpager2 bug. Fixed in 1.1.0, but that's still in alpha (see https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01).

See also https://stackoverflow.com/questions/62153744/android-viewpager2-fragmentstateadapter-shows-menu-from-every-fragment

ericberman commented 3 years ago

So update to 1.1.0 when it's released.

ericberman commented 3 years ago

Note too that it resolves itself once you navigate away and back.