android: Update orientation on emulation fragment start
This commit is contained in:
parent
b33c7c89cc
commit
dbe346a4a3
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
|
|||
*/
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
updateOrientation()
|
||||
|
||||
val intentUri: Uri? = requireActivity().intent.data
|
||||
var intentGame: Game? = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue