gumil / navigator-demo

Using Navigator library to rewrite the Conductor Demo App
8 stars 0 forks source link

About dialog + rotation: viewgroup in background gets cleared #4

Closed Zhuinden closed 7 years ago

Zhuinden commented 7 years ago

Also not sure why this one happens.

If you rotate the screen while dialog is open, the recyclerview in the background disappears.

Zhuinden commented 7 years ago

Technically I think it's more like "it's not restored", because the dialog key is handled, but its "parent view" is not.

I also think that the FAB crash and the drag & dismiss are both caused by this same issue.