Skip to content

Commit

Permalink
Fix Resolution Behaviour When Changing Resolution for a with Differen…
Browse files Browse the repository at this point in the history
…t Aspect Ratio
  • Loading branch information
KreitinnSoftware committed Jan 14, 2025
1 parent 021737f commit e9424cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ class EmulationActivity : AppCompatActivity(), View.OnApplyWindowInsetsListener
public override fun onResume() {
super.onResume()
lorieView.requestFocus()
lorieView.requestLayout()

overlayView?.loadFromPreferences()

prepareButtonsAxisValues(this)
Expand Down

0 comments on commit e9424cf

Please sign in to comment.