Android Studio 3.0 catch code path is always executed even if no exception thrown inside try. So in this code BOTH break points are hit and it returns false!!!
This only happens in Android Studio 3.0, works as excepted in intelliJ.
Android Studio 3.0 catch code path is always executed even if no exception thrown inside try. So in this code BOTH break points are hit and it returns false!!!
This only happens in Android Studio 3.0, works as excepted in intelliJ.