forked from organicmaps/organicmaps-tmp
[android] fix PP animation after background resume
This commit is contained in:
parent
63c94d4c68
commit
d4f09463fc
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ final class BannerController implements AdListener
|
|||
mNativeAd.loadAd(EnumSet.of(NativeAd.MediaCacheFlag.ICON));
|
||||
UiUtils.show(mFrame);
|
||||
showProgress();
|
||||
if (mOpened && mListener != null)
|
||||
mListener.onSizeChanged();
|
||||
}
|
||||
|
||||
boolean isBannerVisible()
|
||||
|
|
Loading…
Add table
Reference in a new issue