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
On Android 10 app crashes when I opened whatchapp and tries to open call history.
I tinkered with it a little and found that the exception was occured in CallLogModule.java:161. I removed " LIMIT 100", built apk and app received call logs. Seems like a bug in my phone's OS, because as far as I read sdk 25 should support "LIMIT", and in another place down the file seems like all works as expected. Maybe you have some ideas about it?
The text was updated successfully, but these errors were encountered:
On Android 10 app crashes when I opened whatchapp and tries to open call history.
I tinkered with it a little and found that the exception was occured in CallLogModule.java:161. I removed " LIMIT 100", built apk and app received call logs. Seems like a bug in my phone's OS, because as far as I read sdk 25 should support "LIMIT", and in another place down the file seems like all works as expected. Maybe you have some ideas about it?
The text was updated successfully, but these errors were encountered: