iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

NoSuchMethodError: android.view.ViewTreeObserver.removeOnGlobalLayoutListener #224

Closed marczych closed 9 years ago

marczych commented 10 years ago

We have several crash reports for this:

java.lang.NoSuchMethodError: android.view.ViewTreeObserver.removeOnGlobalLayoutListener
at com.dozuki.ifixit.ui.guide.view.GuideIntroViewFragment$4.onGlobalLayout(GuideIntroViewFragment.java:148)
at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:566)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1598)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2581)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4697)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
at dalvik.system.NativeStart.main(Native Method)

Solution is here: http://stackoverflow.com/a/15162928/1135611

timothyasp commented 9 years ago

Looks like this was fixed in #227