Henry Cruz
Results
2
comments of
Henry Cruz
Hi, you can try extracting the banner implementation into a separate widget and call it with const to avoid re-render e.g. ``` Container( child: const MyAppLovinMaxBanner(), ) ```
> Steps for reproducing: > > * open screen with appodeal banner view > * push new screen > * tap back > > Expected result: banner view content displayed...