This is a follow-up to #86, which was subsequently reverted via ef79c734bd9cd4b055339d38e2af5f024b486996...
I continue to get this crash reported from production:
The original fix attempt was incorrect because it moved the logic inside the if (this.adUnitID != null) { block. This change keeps everything in place...just adds the null check.
This is a follow-up to #86, which was subsequently reverted via ef79c734bd9cd4b055339d38e2af5f024b486996...
I continue to get this crash reported from production:
The original fix attempt was incorrect because it moved the logic inside the
if (this.adUnitID != null) {
block. This change keeps everything in place...just adds the null check.