AdMob android bug!

On Android when a rewarded video is viewed (without closing) the order of callback is as follows:

adViewDidDismissScreen
reward

and when you close the screen then:

adViewDidDismissScreen

is called again! Why is adViewDidDismissScreen called when the video is completed on android???

Thanks for your report.
I confirm this issue.

UP: a fix jar file. will release with 2.4.2.0
PluginAdMob.jar.zip (24.4 KB)

Thanks! Now it works as expected!