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

Added native support to inMobi bidder #1444

Merged
merged 5 commits into from
Sep 24, 2021
Merged

Added native support to inMobi bidder #1444

merged 5 commits into from
Sep 24, 2021

Conversation

javaAndScriptDeveloper
Copy link
Contributor

@@ -134,6 +134,9 @@ private static BidType getBidType(String impId, List<Imp> imps) {
if (imp.getId().equals(impId) && imp.getVideo() != null) {
return BidType.video;
}
if (imp.getId().equals(impId) && imp.getXNative() != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

imp.getId().equals(impId) used in 134 and 137 line, pls concat this statements to one

@@ -131,8 +131,15 @@ private Imp updateImp(Imp imp) {

private static BidType getBidType(String impId, List<Imp> imps) {
for (Imp imp : imps) {
if (imp.getId().equals(impId) && imp.getVideo() != null) {
return BidType.video;

Copy link
Collaborator

Choose a reason for hiding this comment

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

Pls remove redundant \n in 134 and 136

@rpanchyk rpanchyk merged commit 86b7132 into master Sep 24, 2021
@rpanchyk rpanchyk deleted the inMobiNativeSupport branch September 24, 2021 14:16
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.

3 participants