We’ve found that the layout of obb downloading screen is slightly broken in the landscape orientation.
- It doesn’t show progress (both text and bar) and any buttons
- It doesn’t show confirmation buttons when asks about downloading using cellular data.
All this caused by small problems with LinearLayouts in the file Engine/Build/Android/Java/res/layout-land/downloader_progress.xml
Basically there are some layouts that are aligned horisontally but they should be aligned vertically and this causes hiding most of the objects of the layout.
Diff that fix the problems: https://pastebin.com/E9kgFyJi
Have a nice day.