Skip to content

Commit

Permalink
Revert removal of PopUpWindow creation for native express ads.
Browse files Browse the repository at this point in the history
  • Loading branch information
rampara committed Mar 28, 2017
1 parent f0efba7 commit 271ae79
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public void create(final String publisherId, final AdSize adSize, final int posi
@Override
public void run() {
createNativeExpressAdView(publisherId, adSize);
createPopupWindow();
mPositionCode = positionCode;
mHorizontalOffset = 0;
mVerticalOffset = 0;
Expand All @@ -122,6 +123,7 @@ public void create(final String publisherId, final AdSize adSize, final int posi
@Override
public void run() {
createNativeExpressAdView(publisherId, adSize);
createPopupWindow();
mPositionCode = PluginUtils.POSITION_CUSTOM;
mHorizontalOffset = positionX;
mVerticalOffset = positionY;
Expand Down

0 comments on commit 271ae79

Please sign in to comment.