You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading android target sdk to 34, under OrientationModule.java file "activity.registerReceiver(receiver, new IntentFilter("onConfigurationChanged"));" line giving RECEIVER error.
It takes two days to find the cause and after commenting this line this error gone. But issue is I can't use onConfigurationChanged event receiver.
So any updates to this lib is required for target sdk to 34. Hope you will fix that so it can save some one time.
Thank you!
The text was updated successfully, but these errors were encountered:
After upgrading android target sdk to 34, under OrientationModule.java file "activity.registerReceiver(receiver, new IntentFilter("onConfigurationChanged"));" line giving RECEIVER error.
It takes two days to find the cause and after commenting this line this error gone. But issue is I can't use onConfigurationChanged event receiver.
So any updates to this lib is required for target sdk to 34. Hope you will fix that so it can save some one time.
Thank you!
The text was updated successfully, but these errors were encountered: