-
Notifications
You must be signed in to change notification settings - Fork 62
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
Player 4691 #387
Conversation
Candidate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this 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" |
There was a problem hiding this comment.
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")) { |
There was a problem hiding this comment.
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())
Changes for this PR are already reviewed under #380. Created new branch with jira number PLAYER-4691