Hello
I have a weird problem. Some of the ads from admob changes the orientation of my app to landscape altough i only set to portrait mode in my app with #SupportedOrientations: portrait
And when this occurs, my app weirdly goes back to login screen ( for normal ads activity_resume triggers and the app continue on the panel where the user left while seeing the ad)
edit: further investigation showed me that when orientation changes , activity create is fired whereas when the portrait ad comes and orientation not changes only activity resume fires )
Is there any way i can avoid this ?