mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-27 17:24:23 +02:00
When inflating this layout, the layout inflater doesn't expect a View and rather a descendant of ViewGroup. This resulted in a crash which is resolved by using a FrameLayout instead.