openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
19 stars 13 forks source link

Fix video quality settings in modal representation #457

Closed rnr closed 2 weeks ago

rnr commented 2 weeks ago

This PR is the fix for https://github.com/openedx/openedx-app-ios/issues/436 In a modal view, the modal representation of that view should be used. Added isModal parameter with a default value of false, which determines which presentation will be used. The full screen view in the Settings does not change.

Now After fix