Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(FEC-10376): add full screen to screen mode on view events #79

Merged
merged 3 commits into from
Aug 19, 2020

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Aug 12, 2020

Description of the Changes

Fix typing.
Add screen mode in view event:

screenMode=1 (not full screen)
screenMode=2 (full screen)

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

Add screen mode in view event:

screenMode=1 (not full screen)
screenMode=2 (full screen)
@Yuvalke Yuvalke requested a review from a team August 12, 2020 11:28
@Yuvalke Yuvalke self-assigned this Aug 12, 2020
Copy link
Contributor

@OrenMe OrenMe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please add tests

@@ -30,6 +30,7 @@ class KavaModel {
droppedFramesRatio: ?number = null;
soundMode: typeof SoundMode;
tabMode: typeof TabMode;
screenMode: number = ScreenMode.NOT_IN_FULLSCREEN;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yuvalke Yuvalke merged commit cd73937 into master Aug 19, 2020
@Yuvalke Yuvalke deleted the FEC-10376 branch August 19, 2020 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants