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

Player 4691 #387

Merged
merged 6 commits into from
Nov 9, 2018
Merged

Player 4691 #387

merged 6 commits into from
Nov 9, 2018

Conversation

sndy35
Copy link
Contributor

@sndy35 sndy35 commented Nov 9, 2018

Changes for this PR are already reviewed under #380. Created new branch with jira number PLAYER-4691

Copy link
Contributor

@isheftel-ooyala isheftel-ooyala left a comment

Choose a reason for hiding this comment

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

LGTM

@SergeyBicarte SergeyBicarte self-requested a review November 9, 2018 11:06
Copy link
Contributor

@SergeyBicarte SergeyBicarte left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -13,14 +13,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="20dp"
android:layout_margin="@dimen/activity_layout_margin"
Copy link
Contributor

Choose a reason for hiding this comment

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

resource name "activity_layout_weight" is misleading

//Uncomment next line if you work on STAGING
//OoyalaPlayer.setEnvironment(Environment.EnvironmentType.STAGING);

if(getIntent().getExtras().getString("className").contains("AddAssetActivity")) {
Copy link
Contributor

Choose a reason for hiding this comment

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

not reliable, should be at least

getIntent().getExtras().getString("className").contains(AddAssetActivity.class.getSimpleName())

@SergeyBicarte SergeyBicarte merged commit 411b10e into ooyala:candidate Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants